Component
Eyebrow
Render compact section labels with mono text, uppercase rhythm, and predictable sizes.
Interactive preview
Usage
Import the component entry and start with its smallest complete example.
Import
import { Eyebrow } from "@chitrank2050/monoline-ui/eyebrow"Basic usage
<Eyebrow size="sm">Foundations · Colors</Eyebrow>Usage guidance
Choose the component for its interaction model and semantics before customizing its appearance.
Eyebrow adds a short category or context label beside a heading or content block.
The text is the actual heading or needs more than a short contextual label.
Eyebrow is a span, not a heading. The associated section still needs a heading at the correct level.
This component can render without adding a Monoline client boundary when its children and props are serializable.
API reference
Props, slots, and callbacks available on this component.
Design tokens
Theme variables this component reads for color, spacing, and motion.
Implementation
The source used by the example above, including any state it needs.
import { Eyebrow } from "@chitrank2050/monoline-ui/eyebrow"
export function SectionLabel() {
return <Eyebrow>Selected work · 04</Eyebrow>
}Related documentation
Compare related components or review the package and theme setup.