Slide Controls

Dark presenter toolbar with prev / play-pause / next, a slide counter, and a fullscreen button.

7 / 24

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

Import & use
import { Toolbar18 } from "@/components/beste/piece/toolbar18";

<Toolbar18
  current={7}
  total={24}
  playing={true}
/>