Typography
CodeBlock
Pixel-mono panel with copy chip, optional language pill, animated collapse, and scroll signals.
Install
bash
npx shadcn@latest add https://supaui.dev/r/code-block.jsonHighlighted
tsx
import { Button } from "@/components/ui/button";
export function Save() {
return <Button tone="accent">Save changes</Button>;
}API
code— string source.language— optional language pill rendered above the snippet.