Media Controls

Skip, play/pause, and skip controls inside a pill. Toggle the playing flag to flip the center button.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Toolbar2 } from "@/components/beste/piece/toolbar2";

<Toolbar2
  playing={true}
/>