UI.MD

Page Header

A page-level header with title and optional description.

Installation

$
npx shadcn@latest add https://ui.mattdowney.com/r/page-header.json

Usage

import { PageHeader } from "@/components/ui/page-header"

Examples

Default

Dashboard

Overview of your workspace

API Reference

PropTypeDefaultDescription
title*string-The page title, rendered as an h1.
descriptionstring-Optional supporting text rendered below the title.