EVO React Components

Page Template Demo

A versatile container for displaying page templates with various layouts, components, and styling options.

Page Template Block
Foundational page layout block combining sidebar navigation, breadcrumb header and main content surface.

Floating variant (default)

Page Title

Subtitle

Docked variant

Page Title

Subtitle

Props

Any native section prop can be used in addition to the following component specific props.

PropertyDescriptionTypeDefault
titleMain page heading text.string"My website"
subtitleSecondary heading or description.string"Subtitle"
userNameDisplayed user name in header/footer areas.string"Jenna Smith"
userEmailDisplayed user email for context.string"[email protected]"
sidebarVariantControls sidebar style variant: docked (full-height) or floating (elevated/padded)."docked" | "floating""floating"
classNameAdditional Tailwind classes for the root section.string