01
One of everything
Anything that looks like a button is the Button. One Input, one Dialog, one Menu — behaviour and appearance stay coupled because there is exactly one implementation to render, and no duplicate drifting out of sync. Even the engines underneath obey the rule: Radix arrives only inside system components, icons only through Icon.
Do not import Radix primitives directly. Consume them through @desk/ui components (add the primitive to @desk/ui if it is missing).Enforced by
packages/ui/lint/biome.jsonpackages/ui/lint/biome-strict.jsonDo not import lucide-react directly. Import glyphs from @desk/ui/icons (and render via the Icon component) so the icon dependency stays behind the design-system boundary.Enforced by
packages/ui/lint/biome-strict.json21 components build on Button rather than restyling their own.