Skip to Content
Documentation
Saas UI
Get Pro
Getting started
Components
Overview

Page

Page layout with header, body, and loading states.

SourceStorybookRecipe

Users

Manage your team members

Page content goes here.

Anatomy

import { Page } from '#components/ui/page'
<Page.Root>
  <Page.Header title="Users" description="Manage your users" />
  <Page.Body />
</Page.Root>

Examples

With actions

Add toolbar actions to the page header.

Users

Manage your team members

Page content goes here.

Settings variant

Use the settings variant for settings-style pages with larger headings.

Settings

Manage your workspace preferences

Settings content goes here.

Loading

Set loading on Page.Root to show a loading overlay in the body.

Users

Props

Root

Previous

Number Input

Next

Pagination