UIby Kenney <https://kenney.nl>
Click 003
A minuscule, barely audible click, best used for ultra-subtle feedback on fast, repetitive actions where sound needs to be present but not distracting.
0.01s1KBCC0click, 003
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/click-003Usage
import { useSound } from "@/hooks/use-sound";
import { click003Sound } from "@/sounds/click-003";
const [play] = useSound(click003Sound);