Reaction Bar

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 & use
import { Toolbar19 } from "@/components/beste/piece/toolbar19";

<Toolbar19
  items={[
    "like",
    "comment",
    "share",
    "bookmark"
  ]}
  active={[
    "like"
  ]}
/>

More Toolbar pieces

View all Toolbar

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.

History

toolbar9

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

Share Row

toolbar10

Rounded share pill with copy link, X, LinkedIn, and email buttons.