Row of icon buttons for like, comment, share, and save. Active items tint rose.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Toolbar19 } from "@/components/beste/piece/toolbar19";
<Toolbar19
items={[
"like",
"comment",
"share",
"bookmark"
]}
active={[
"like"
]}
/>A floating pill toolbar of round icon actions with one accent-highlighted primary action.
Canvas toolbar with select, move, hand, zoom, and crop. Active tool fills muted.
Compact formatting bar with bold, italic, underline, strike, align, and link buttons.
Three button groups for table editing: add row/column, merge/split, and a rose delete button.
Two-button undo / redo toolbar. Buttons fade when their action is unavailable.
Rounded share pill with copy link, X, LinkedIn, and email buttons.