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.

Keep rows and inspector facts tighter by default.

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

PropTypeRequiredNotes
titlestringyesSettings section title.
formReactNodeyesMain control group or form body.
descriptionReactNodenoSupporting section explanation.
asideReactNodenoPolicy notes, support facts, or helper content.
footerReactNodenoSave actions or section-local follow-up actions.