Studiov0.6.0

PageHeader

Tier 1shadcn
Page Structure

A consistent page-level header with title, description, and optional action slot.

Live Preview

Campaigns

Manage outreach campaigns across all companies.

Code

import { PageHeader } from "@regen/ui";

<PageHeader />

Props Inspector

No configurable props for this component.

Documentation

Use Cases

  • Admin page headers
  • Dashboard section titles
  • List page titles with Add button

Do

  • Use for every main content page
  • Put primary page action in the action slot

Don't

  • Don't use inside modals — use DialogTitle
  • Don't add more than one primary action