Skip, play/pause, and skip controls inside a pill. Toggle the playing flag to flip the center button.
npx shadcn add https://ui.beste.co/piece/r/toolbar2
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
npx shadcn@latest init
import { Toolbar2 } from "@/components/beste/piece/toolbar2"; <Toolbar2 playing={true} />