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