History

Two-button undo / redo toolbar. Buttons fade when their action is unavailable.

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

Import & use
import { Toolbar9 } from "@/components/beste/piece/toolbar9";

<Toolbar9
  canUndo={true}
  canRedo={false}
/>