Impactby Kenney <https://kenney.nl>
Metal Latch
A clear metal latch sound, perfect for confirming a secure closure or a successful lock of a UI component, like saving settings or closing a secure modal.
0.26s3KBCC0metal, latch
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/metal-latchUsage
import { useSound } from "@/hooks/use-sound";
import { metalLatchSound } from "@/sounds/metal-latch";
const [play] = useSound(metalLatchSound);