build69
build69  /  Components  /  App  /  SettingsPage

SettingsPage

v1.0.18Updated 27 Aug 2026

Composed example settings page: sidebar of sections + scrolling FormSection blocks. Reference for any preferences page.

Preview

Live · 8 stories
DefaultOpen ↗
Why this is recommendedpagesettingspreferencesexample+1

The default, out-of-the-box SettingsPage.

Recommended for+14
  • Reference for app / workspace / account settings
Tags+6
pagesettingspreferencesexampledefault
Features+4
  • Section sidebar
  • FormSection blocks
  • Save bar at bottom
  • Integrations grid section
Not recommended for−2
  • Direct embedding

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "SettingsPage" })

Usage

import { SettingsPage } from '@/components/pages/SettingsPage';

<SettingsPage />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

No documented props — SettingsPage is composed rather than configured. See the source for its full signature.

Related