Skip to content

Accordion

New

A vertically stacked disclosure group for revealing secondary content in place.

Added in v2.5.0 · import from "@borneo/react"

Live previewPermalink to this section

This is the production component using the active theme and component contracts.

Roles control what teammates can view and edit.

AnatomyPermalink to this section

Every visible part has one job and a clear requirement.

PartRequirementPurpose
ItemRequiredGroups one trigger and one controlled panel.
TriggerRequiredA button carrying expanded state.
Disclosure iconRequiredRotates to reinforce state.
ContentRequiredThe region associated with its trigger.

Variants and statesPermalink to this section

Choose a variant for meaning or layout need, never decoration alone.

VariantUse
SingleOne item open at a time; can optionally be collapsible.
MultipleSeveral items can remain open for comparison.
Disabled itemVisible but unavailable, with native disabled semantics.