Feedback

Component name: <v-fade>

Examples

Basic

<v-fade> is simply wrapped around any element.

Toggle fade

Clickthrough

API

Name Type Description Default
collapsed Boolean Whether the content is hidden or not true
clickthrough Boolean Whether or not you can click through the hidden content false
size String How much of the content should be hidden medium

size can be one of small, medium, large or a custom specifier such as 36em

Notice

All other properties that are not defined above, will be passed to the component as html attributes. This is especially useful for adding the class attribute.