UIby Kenney <https://kenney.nl>
Click 001
A very short, high-pitched click sound, ideal for a light, responsive button press or a subtle interactive element.
0.10s1KBCC0click, 001
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/click-001Usage
import { useSound } from "@/hooks/use-sound";
import { click001Sound } from "@/sounds/click-001";
const [play] = useSound(click001Sound);