I am an Accordion.
I am an Accordion.
You can put any content in here, including other components, like code:
HelloWorld.java
Props
string
required
Title in the Accordion preview.
string
Detail below the title in the Accordion preview.
boolean
default:"false"
Whether the Accordion is open by default.
string or svg
A Font Awesome icon, Lucide
icon, or SVG code
string
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.