-
I'm currently working on a Vue.js project where I have multiple accordion components. Right now, when I open one accordion, any previously opened accordion automatically closes. I want to modify this behavior so that I can toggle each accordion individually, allowing multiple accordions to be open at the same time. Is there a way to achieve this? If possible, please provide an example or guidance on how to implement this functionality. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
From docs:
|
Beta Was this translation helpful? Give feedback.
From docs:
https://daisyui.com/components/accordion/