NotificationPreferences
Grouped notification toggle settings.
Preview
Usage
import { NotificationPreferences } from '@ramtt/ui'
<NotificationPreferences groups={groups} onChange={handleToggle} />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| groups* | NotificationGroup[] | — | Notification groups |
| onChange* | (id: string, enabled: boolean) => void | — | Toggle handler |