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