Impactby Kenney <https://kenney.nl>
Metal Click
A distinct, sharp metal click sound, suitable for tactile feedback when a physical-looking UI element is pressed or a setting is toggled.
0.45s4KBCC0metal, click
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/metal-clickUsage
import { useSound } from "@/hooks/use-sound";
import { metalClickSound } from "@/sounds/metal-click";
const [play] = useSound(metalClickSound);