arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 225 forks source link

Feature request: transitions #163

Open edwinm opened 5 years ago

edwinm commented 5 years ago

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.