With cite
We are what we pretend to be, so we must be careful about what we pretend to be.— Kurt Vonnegut
Without cite
Simplicity is the ultimate sophistication — but only when it still solves the real problem.
Short pull quote
Copy one file per component after core.— Atelier
In article context
Components accept theme and mode per instance.
Honest previews — if it does not match the real product, fix tokens before shipping.— Catalog principle
Cycle all seventeen themes in light and dark before you copy into an app.
Long excerpt
Theme is per component instance, not something each target app wires globally. Inject tokens with themeStyleVars on the wrapper so copied UI works without duplicating globals.css blocks.— Fieldnote
Stacked quotes
Bordered zinc fields and paper motion on the folio canvas.— Scrawl
Borderless semibold controls with magenta accent fills.— Lyriq
API
| Prop | Required | Type | Default | Description |
|---|---|---|---|---|
| theme | Optional | SiteTheme | atelier | Visual theme. |
| cite | Optional | string | — | Optional attribution line. |
| children | Optional | ReactNode | — | Quote body. |