UIby Kenney <https://kenney.nl>
Toggle 001
A quick, digital click or short burst of sound, ideal for confirming the state change of a toggle switch or button.
0.14s2KBCC0toggle, 001
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/toggle-001Usage
import { useSound } from "@/hooks/use-sound";
import { toggle001Sound } from "@/sounds/toggle-001";
const [play] = useSound(toggle001Sound);