UIby Kenney <https://kenney.nl>
Click 002
An extremely brief and subtle click, perfect for minimal, unobtrusive feedback on very rapid UI interactions or background processes.
0.01s1KBCC0click, 002
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/click-002Usage
import { useSound } from "@/hooks/use-sound";
import { click002Sound } from "@/sounds/click-002";
const [play] = useSound(click002Sound);