Prop | Default | Type |
---|---|---|
collapsible | boolean | |
defaultValue | string | string[] | |
dir | 'ltr' | 'rtl' The language read direction. | |
disabled | boolean Whether or not an accordion is disabled from user interaction. | |
orientation | 'horizontal' | 'vertical' The layout in which the Accordion operates. | |
type | 'single' | 'multiple' | |
value | string | string[] |
Emit | Payload |
---|---|
update:value | [value: string | string[]] |