SettingsPanel
Tabbed settings drawer.
import { SettingsPanel } from '@ybouhjira/hyperkit';Static examples
This component depends on app-level context (providers, services, or interactive setup) that does not fit the inline playground yet, so its examples are shown as static code.
#Props
| Prop | Type | Default | Description |
|---|---|---|---|
settings * | SettingsConfig | — | — |
onChange * | (settings: SettingsConfig) => void | — | — |
availableThemes | Array<{ id: string; name: string }> | — | — |
* required prop.