Skip to main content

PageHero

PageHero — Prism component.

Signature
Density
Viewport
Theme follows the navbar ☀/☾ toggle
Live demo
Open ↗

When to use

PageHero — Prism component.

Accessibility

Landmark structure (header/nav/footer) with skip-to-content support. Collapsible navigation keeps an accessible name when collapsed.

Import

const { PageHero } = window.PrismDesignSystem_39d121;

Props

PropTypeRequiredDescription
eyebrowReact.ReactNodeSmall overline above the title (optionally with a leading icon node).
titleReact.ReactNode
descriptionReact.ReactNode
actionsReact.ReactNodeAction nodes (Buttons) rendered in a row below the copy.
mediaReact.ReactNodeMedia node shown beside the copy (above it when align="center").
align"start" | "center"
tone"default" | "primary" | "secondary" | "tertiary" | "accent"Tints the whole band: section accents or the brand accent.
childrenReact.ReactNode
classNamestring