Accordion
A vertically stacked set of interactive headings that each reveal an associated section of content.
Made by imskyleen
Installation
Usage
Props
Animate UI props
AccordionTrigger
Prop | Type | Default |
---|---|---|
chevron? | boolean | true |
transition? | Transition | { type: 'spring', stiffness: 150, damping: 17 } |
AccordionContent
Prop | Type | Default |
---|---|---|
transition? | Transition | { type: 'spring', stiffness: 150, damping: 22 } |
Don't delete from the DOM
The choice made is the same as Radix UI, i.e. to remove the element from the DOM for accessibility and performance reasons. However, this may pose a problem for SEO. If you want your Accordion content to be taken into account by Google, please replace the AccordionContent component with: