Components
Accordions
A dropdown component to toggle content visibility
I am an Accordion.
I am an Accordion.
You can put any content in here, including other components, like code:
HelloWorld.java
Props
Title in the Accordion preview.
Detail below the title in the Accordion preview.
Whether the Accordion is open by default.
A Font Awesome icon, Lucide icon, or SVG code
One of “regular”, “solid”, “light”, “thin”, “sharp-solid”, “duotone”, or “brands”
Accordion Groups
You can group multiple accordions into a single display. Simply add <AccordionGroup>
around your existing <Accordion>
components.