Skip to content
Layout

Accordion

Collapsible content sections with smooth animation and single or multiple open modes.

Preview:
1280px
Chimera is Stellix Private Ltd's flagship MoE transformer model, designed for enterprise agentic AI workloads with multimodal input and tool-use capabilities.
Run npm install @stellix/ui-web in your Next.js project, then wrap your app with the StelixProvider component.
Yes - all components are available in @stellix/ui-native with the same API surface.

Props

PropTypeDefaultDescription
items{ id: string; title: string; content: ReactNode }[]-Accordion section definitions.
multiplebooleanfalseWhether multiple panels can be open at once.
defaultOpenstring[][]IDs of panels open by default.