UIby Kenney <https://kenney.nl>
Click 005
An extremely short, faint click, ideal for the most delicate UI interactions or as a nearly silent confirmation for rapid input.
0.01s1KBCC0click, 005
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/click-005Usage
import { useSound } from "@/hooks/use-sound";
import { click005Sound } from "@/sounds/click-005";
const [play] = useSound(click005Sound);