SettingsLayout

Two-column settings page layout with a fixed-width menu and fluid content area.

Category: layout · WCAG 2.1-AA · layout, settings, page

Props

PropTypeDefaultDescription
menuReactNodeSide navigation menu
childrenReactNodeSettings content area

Design tokens

When to use

When not to use

Examples

Basic

Menu + content layout

<SettingsLayout menu={<nav>Menu</nav>}><div>Settings</div></SettingsLayout>

Related components

← Back to docs