vue-design-system icon indicating copy to clipboard operation
vue-design-system copied to clipboard

Feature request: transitions

Open edwinm opened this issue 6 years ago • 0 comments

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.

edwinm avatar Jan 29 '19 08:01 edwinm