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