Ref
Set in a single ink.1
- Grid systems in graphic design.
Connects inline citations to a numbered source list and cite box. Numerals hang in the gutter.
Set in a single ink.1
Set in a single ink.1
Three ways in. They share one source, so the pixels match whichever you pick.
npm install @noorddev/vlak-react
// once, next to your app's root
import "@noorddev/vlak-react/css";
import { Cite, CiteBox, CiteBoxLabel, CiteBoxText, CiteLink, RefAuthors, RefDoi, RefItem, Refs } from "@noorddev/vlak-react";Precompiled React and one stylesheet. No compiler to configure. Per-component imports work too: @noorddev/vlak-react/components/references.
npx @noorddev/vlak-cli add references
The StyleX leaf lands in components/vlak/, for your own compiler to own. See StyleX.
npx shadcn add https://vlak.dev/r/references.json
The same registry item, installed by shadcn's CLI.
<link rel="stylesheet" href="node_modules/@noorddev/vlak/css/vlak.css" />
No React. Link vlak.css and use the markup and classes below.
import { Cite, CiteBox, CiteBoxLabel, CiteBoxText, CiteLink, RefAuthors, RefDoi, RefItem, Refs } from "@noorddev/vlak-react";
<p>Set in a single ink.<Cite><CiteLink href="#ref-1">1</CiteLink></Cite></p>
<Refs>
<RefItem id="ref-1">
<RefAuthors>Müller-Brockmann, J.</RefAuthors> Grid systems in graphic design. <RefDoi href="https://niggli.ch/grid">niggli.ch/grid</RefDoi>
</RefItem>
</Refs>
<CiteBox>
<CiteBoxLabel>Cite this</CiteBoxLabel>
<CiteBoxText>Valdés-Olmos, R. (2026). Vlak. Noord.</CiteBoxText>
</CiteBox>Inline superscript citation.
Also accepts HTMLAttributes<HTMLElement>.
Also accepts HTMLAttributes<HTMLDivElement>.
Also accepts HTMLAttributes<HTMLDivElement>.
Also accepts HTMLAttributes<HTMLDivElement>.
Also accepts AnchorHTMLAttributes<HTMLAnchorElement>.
Also accepts HTMLAttributes<HTMLSpanElement>.
Also accepts AnchorHTMLAttributes<HTMLAnchorElement>.
Also accepts LiHTMLAttributes<HTMLLIElement>.
Numbered 1px list. Numerals hang in the gutter.
Also accepts OlHTMLAttributes<HTMLOListElement>.
| Keys | Does |
|---|---|
| Tab | Moves between citation links |
| Enter | Jumps to the reference |
<p>Set in a single ink.<sup class="rs-cite"><a href="#ref-1">1</a></sup></p><ol class="rs-refs"><li id="ref-1"><span class="rs-ref-authors">Müller-Brockmann, J.</span> Grid systems in graphic design. <a class="rs-ref-doi" href="#">niggli.ch/grid</a></li></ol>