Impactby Kenney <https://kenney.nl>
Metal Pot 3
A brief, sharp metal pot sound, useful for a quick, percussive feedback when an item is tapped or a small impact occurs.
0.91s8KBCC0metal, pot, 3
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/metal-pot-3Usage
import { useSound } from "@/hooks/use-sound";
import { metalPot3Sound } from "@/sounds/metal-pot-3";
const [play] = useSound(metalPot3Sound);