Accordion
Dark Mode
API Reference
Prop | Type | Default | Description |
|---|---|---|---|
summary | string | React.ReactNode | ||
children | React.ReactNode | ||
data-test | string | ||
defaultExpanded | boolean | ||
mode | 'compact' | 'normal' | normal | |
onChange | (isExpanded: boolean) => void | ||
onClick | () => void | ||
value | string | React.ReactNode | ||
variant | ResponsiveString |
Examples
Value
Default Expanded
onChange
Compact mode
Changelog
07. Mar 2023
- Added compact mode
28. Oct 2021
- Update the colors to match the design
- Removed all outer paddings
- Added Dark Mode support