UIby Kenney <https://kenney.nl>
Switch 004
A distinct, digital clicking sound, perfect for confirming a toggle or switch action in a clean and responsive UI.
0.50s5KBCC0switch, 004
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/switch-004Usage
import { useSound } from "@/hooks/use-sound";
import { switch004Sound } from "@/sounds/switch-004";
const [play] = useSound(switch004Sound);