Primitives
Text Utilities
Tiny reusable text atoms for repeated BR language: eyebrows, metadata, and keyboard hints.
installnpx shadcn@latest add https://ds.bartoszrychlicki.com/r/br-text.json
Preview
§ Q2 · 2026
⌘K⌘/Esc
import { Eyebrow, MetaText, Kbd } from "@/components/br/text";
<Eyebrow tone="accent">§ Q2 · 2026</Eyebrow>
<MetaText>field · input · textarea</MetaText>
<Kbd>⌘K</Kbd>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| tone | "muted" | "ink" | "accent" | "muted" | Eyebrow tone. |
| className | string | — | Optional layout-only extension. |