SettingsRow
Settings option with label, description, and control slot.
Example
Dark modeEnable dark theme across the application.
Dark mode
Email notificationsReceive updates via email.
Email notifications
Props
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
label | string | — | Required | Setting label |
description | string | — | No | Setting description |
control | ReactNode | — | Required | Control element (Toggle, Select, etc.) |