React Component · Composite
Nested Accordion
An accordion inside an accordion's region: each `<Accordion>` instance owns an independent state and id base (via `useId`), so nested items toggle without touching the parent, ids never collide, and keyboard behavior stays the predictable native-button model at every depth.