Impactby Kenney <https://kenney.nl>
Impact Metal 000
A general metallic impact sound, suitable for standard button clicks, item interactions, or generic feedback in a UI.
0.64s6KBCC0impact, metal, 000
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/impact-metal-000Usage
import { useSound } from "@/hooks/use-sound";
import { impactMetal000Sound } from "@/sounds/impact-metal-000";
const [play] = useSound(impactMetal000Sound);