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