Settings Section Shell
App settings shell for form sections, supporting policy notes, and save actions.
LLM handoff
Copy a concise page brief or the full MDX source without digging through the docs shell.
Settings
Workspace defaults
Use this shell for settings pages that need a clear section header, a quiet form body, and a supporting rail.
SettingsSectionShell gives settings pages the same structural discipline the app family already applies to queues and editors.
Installation
Install
Purchase access, then open /account/install to issue a registry token.Usage
import { SettingsSectionShell } from "@/registry/swiss/blocks/settings-section-shell"Why This Block Exists
Settings pages are one of the most common app surfaces. This shell gives them the same rigor as the queue and editor blocks.
Examples
Use it for:
- account settings
- workspace defaults
- permission and policy sections
- configuration pages that need one main form plus a support rail
API Reference
| Prop | Type | Required | Notes |
|---|---|---|---|
title | string | yes | Settings section title. |
form | ReactNode | yes | Main control group or form body. |
description | ReactNode | no | Supporting section explanation. |
aside | ReactNode | no | Policy notes, support facts, or helper content. |
footer | ReactNode | no | Save actions or section-local follow-up actions. |