Patterns · Layout
Grouped settings panel with title, description, and action area.
import { SettingsSection } from '@nexub/patterns';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| title | string | — | ✓ | Section heading. |
| description | string | — | — | Supporting description for the section. |
| children | React.ReactNode | — | ✓ | Settings controls. |
| action | React.ReactNode | — | — | Primary action (e.g. save button). |