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