UIby Kenney <https://kenney.nl>
Click Soft
A very subtle and gentle click, suitable for minimal UI interactions where a quiet confirmation is desired.
0.01s1KBCC0click, button, soft, minimal +1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/click-softUsage
import { useSound } from "@/hooks/use-sound";
import { clickSoftSound } from "@/sounds/click-soft";
const [play] = useSound(clickSoftSound);