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