Page Template Block
Foundational page layout block combining sidebar navigation, breadcrumb header and main content surface.
Floating variant (default)
Docked variant
Props
Any native section prop can be used in addition to the following component specific props.
| Property | Description | Type | Default |
|---|---|---|---|
title | Main page heading text. | string | "My website" |
subtitle | Secondary heading or description. | string | "Subtitle" |
userName | Displayed user name in header/footer areas. | string | "Jenna Smith" |
userEmail | Displayed user email for context. | string | "[email protected]" |
sidebarVariant | Controls sidebar style variant: docked (full-height) or floating (elevated/padded). | "docked" | "floating" | "floating" |
className | Additional Tailwind classes for the root section. | string | — |