Components
A compact canvas toolbar with light/dark theme toggle, zoom in/out controls with a live percentage readout, and a reset action, each with tooltips.
Loading preview...
import Pattern from "@/components/ui/v-toolbar-8";
export default function Default() {
return (
<div className="flex min-h-[220px] w-full items-center justify-center bg-background px-6 py-10 text-foreground">
<Pattern />
</div>
);
}