docs/components/utilities/SettingsPanel

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

PropTypeDefaultDescription
settings *SettingsConfig
onChange *(settings: SettingsConfig) => void
availableThemesArray<{ id: string; name: string }>

* required prop.