UIby Kenney <https://kenney.nl>
Switch Off
A distinct, downward-moving sound indicating a toggle or switch has been deactivated, perfect for turning off a setting or feature.
0.21s2KBCC0switch, toggle, off, disable +1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/switch-offUsage
import { useSound } from "@/hooks/use-sound";
import { switchOffSound } from "@/sounds/switch-off";
const [play] = useSound(switchOffSound);