vue-design-system
vue-design-system copied to clipboard
Feature request: transitions
In the generated documentation it's possible to show multiple static instances of a component.
It would be very nice to be able to change class names or other properties, so you can see the component animate from one view to another.
Like
<input type="checkbox" v-model="active"> Make component active
<my-component :active="active" />
This doesn't work now because the property active is not defined.