Impactby Kenney <https://kenney.nl>
Metal Pot 1
A resonant metal pot sound, perhaps for a humorous or distinct impact effect in a game UI or to signify an item drop or collection.
1.46s12KBCC0metal, pot, 1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/metal-pot-1Usage
import { useSound } from "@/hooks/use-sound";
import { metalPot1Sound } from "@/sounds/metal-pot-1";
const [play] = useSound(metalPot1Sound);