PageContextBar Reference
Consulte esta subpágina para ver import, available props, exemplo de uso e controles vivos do component.
PageContextBar
Compact page header with title, optional eyebrow, description and aside actions.
Use when: Use for top-of-page context where full hero treatment is unnecessary.
Import
import { PageContextBar } from "@components/index";Example
<PageContextBar eyebrow="Operations" title="Work Orders" description="Track the board flow." aside={<Button title="Add" />} />Available Props
titlestring
Main page title.
descriptionstring
Optional supporting text.
eyebrowstring
Small label above the title.
asideReactNode
Optional right-side actions.
Live Preview
Operations
Work Orders
Track the board flow without losing workspace area.
Controls
This organism is mostly about composition, so the preview already shows the canonical shape.