A list of items that are hidden, and only displayed when necessary to store content
To implement the collapse we have the component vs-collapse and as sub-component for each item the component vs-collapse-item
You may need to show only one element and the others contract for this is the property accordion
You can easily change the style of the accordion with the type property, the supported styles are:
If you want the items to open when you hover in, add the open-hover property in the component
| Name | Type | Parameters | Description | default |
|---|---|---|---|---|
| accordion | Boolean | Determines whether all the others are closed when an item is opened. | false | |
| type | String | default, shadow, border, margin | Change the style of the items. | default |
| open-hover | Boolean | Determines if items are opened when hovering. | false | |
| not-arrow | Boolean | remove the arrow from the item. | false | |
| icon-arrow | String | Cambia los iconos de los items. | false |