UIby Kenney <https://kenney.nl>
Click 004
A very short and sharp click, suitable for responsive UI elements, confirmation of small selections, or quick toggles.
0.02s1KBCC0click, 004
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/click-004Usage
import { useSound } from "@/hooks/use-sound";
import { click004Sound } from "@/sounds/click-004";
const [play] = useSound(click004Sound);