You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm very happy you made this component with nice, clean code, which can also be used with vue 3. However I would like to have a prop for the transition of the initial render in case the element is not collapsed. Like <transition appear>. Can that be added? Thanks a lot.
The text was updated successfully, but these errors were encountered:
Just so we're on the same page: you want a prop to automatically collapse a div (with transition) on initial render?
I'll see if I can get that to work.
I'm very happy you made this component with nice, clean code, which can also be used with vue 3. However I would like to have a prop for the transition of the initial render in case the element is not collapsed. Like
<transition appear>
. Can that be added? Thanks a lot.The text was updated successfully, but these errors were encountered: