PageHeader
Page header with title, description, breadcrumbs, and actions.
Installation
tsx
npx smi-ui add page-headerPreview
Projects
Manage your projects and team members
With Actions
Team Members
Invite and manage your team
With Breadcrumb
Settings
Props
| Prop | Type | Default |
|---|---|---|
| title | string | required |
| description | string | - |
| actions | ReactNode | - |
| breadcrumb | ReactNode | - |
| bordered | boolean | true |