Dark presenter toolbar with prev / play-pause / next, a slide counter, and a fullscreen button.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Toolbar18 } from "@/components/beste/piece/toolbar18";
<Toolbar18
current={7}
total={24}
playing={true}
/>