Manage Content
Default
Headings never exceed weight 600.
PropTypeDefaultRequiredDescription
items{ title: string; content: ReactNode }[]YesSections, in order.
defaultOpennumber[][0]NoIndexes open on first render.
Do
  • Open the first section by default so the pattern is discoverable.
  • Keep each section title short enough to scan without opening it.
Don't
  • Nest an accordion inside another accordion.
  • Hide content inside an accordion that a user needs to complete a required task — that belongs inline.