ASTRO攻略LABO ロゴ ASTRO攻略LABO
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

| Prop | Type | Default | Description | | :--- | :--- | :--- | :--- | | title | string | Required | The main heading. | | description | string | undefined | Optional subtext. |