MeaChat
Docs / Page Header

Page Header

The PageHeader component provides a consistent Title and Description layout for the top of your pages.

Usage

import PageHeader from '~/components/layout/PageHeader.astro';

<PageHeader 
  title="About Us" 
  description="Learn more about our company and mission." 
/>

Example

Documentation

Everything you need to build amazing things.

Props

PropTypeDefaultDescription
titlestringRequiredThe main heading.
descriptionstringundefinedOptional subtext.