Id
The job
A name and a version. Flush, no pill radius.
/noord-brand0.3.0
Marks a short technical identifier. Monospace text with a 1px mixed border.
The job
A name and a version. Flush, no pill radius.
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 { Chip } from "@noorddev/vlak-react";Precompiled React and one stylesheet. No compiler to configure. Per-component imports work too: @noorddev/vlak-react/components/chip.
npx @noorddev/vlak-cli add chip
The StyleX leaf lands in components/vlak/, for your own compiler to own. See StyleX.
npx shadcn add https://vlak.dev/r/chip.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 { Chip } from "@noorddev/vlak-react";
<Chip>/noord-brand</Chip>Mono identifier with a 1px mixed border.
Also accepts HTMLAttributes<HTMLSpanElement>.
<span class="rs-chip">/noord-brand</span>