Timeline Scrubber

Pill-shaped player strip with a playhead dot riding a filled track between elapsed and total timestamps.

00:42
02:15

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

Import & use
import { Toolbar17 } from "@/components/beste/piece/toolbar17";

<Toolbar17
  current={42}
  total={135}
  tone="foreground"
/>