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"
  ]}
/>