Layout & Structure
Accordion
A stack of collapsible sections where opening one can close the others.
Install
import { Accordion } from 'vael-ui'Playground
import { Accordion } from 'vael-ui'
<Accordion :multiple="false" collapsible motionCss>Accordion</Accordion>