Accordion
Accordions can be used to toggle the visibility of content. The content of the accordion can be any type of content, such as text, images, or other components.
Component
Basic Usage
This is the content of section 1
This is the content of section 2
This is the content of section 3
Props
The Accordion
component has the following props.
Name | Type | Default | Description |
---|---|---|---|
dynamicGlow | boolean | false | A Gemini UI unique effect |
class | string | - | Override or extend the styles applied to the component. |
The AccordionItem
component has the following props.
Name | Type | Default | Description |
---|---|---|---|
title | string | ” | The content displayed in the accordion button |
children | html / string / img | - | The content within the accordion item |