Impactby Kenney <https://kenney.nl>
Impact Metal Light 000
A delicate, light metallic tap, perfect for subtle UI interactions, small button presses, or a gentle acknowledgment.
0.37s4KBCC0impact, metal, light, 000
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/impact-metal-light-000Usage
import { useSound } from "@/hooks/use-sound";
import { impactMetalLight000Sound } from "@/sounds/impact-metal-light-000";
const [play] = useSound(impactMetalLight000Sound);