Impactby Kenney <https://kenney.nl>
Impact Plate Light 002
A brief, light metallic plate clink, perfect for small UI interactions like toggling a setting, expanding a menu, or a quick, positive affirmation.
0.49s4KBCC0impact, plate, light, 002
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/impact-plate-light-002Usage
import { useSound } from "@/hooks/use-sound";
import { impactPlateLight002Sound } from "@/sounds/impact-plate-light-002";
const [play] = useSound(impactPlateLight002Sound);