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
| Prop | Type | Default | Description |
|---|---|---|---|
| items | { id: string; title: string; content: ReactNode }[] | - | Accordion section definitions. |
| multiple | boolean | false | Whether multiple panels can be open at once. |
| defaultOpen | string[] | [] | IDs of panels open by default. |