SettingsPanel
patternSettings panel composed from Card, Stack, Row, Text, Toggle, Select, Divider, and Button. Features toggle rows with descriptions, a select dropdown, and an action footer. Drill-down variant adds a NavMenu sidebar for multi-section navigation.
Settings panel
Toggle rows with descriptions, a select dropdown, and save/cancel footer.
Drill-down with NavMenu
Multi-section settings with a sidebar NavMenu for navigation.
Usage
Installation
API Reference
SettingsPanel props — * required
| Prop | Type | Default | Description |
|---|---|---|---|
Card variant | "ghost" | "outline" | "filled" | "elevated" | "combo" | "elevated" | Elevation level of the outer card. |
Toggle defaultChecked | boolean | false | Initial state for toggle rows. |
Select label | string | — | Label for dropdown fields. |
Select defaultValue | string | — | Default selected option. |