Drawing Tools

Vertical toolbar with pen, brush, eraser, text, and shapes. Active tool inverts to foreground.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Toolbar7 } from "@/components/beste/piece/toolbar7";

<Toolbar7
  active="brush"
/>