### VAccordion Vuero provides 2 accordion components with enough styling to be able to use them out of the box: `` and ``. In the simple accordion, each item can be openened separately, whereas in the exclusive accordion, only one item can be expanded at a time. Pass an **Array** to the `items` props to render the accordion. ```vue ```