Impactby Kenney <https://kenney.nl>
Impact Plate Light 000
A delicate, light metallic plate tap, suitable for subtle confirmations, minor selections, or gentle UI interactions where a faint metallic shimmer is desired.
0.54s5KBCC0impact, plate, light, 000
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/impact-plate-light-000Usage
import { useSound } from "@/hooks/use-sound";
import { impactPlateLight000Sound } from "@/sounds/impact-plate-light-000";
const [play] = useSound(impactPlateLight000Sound);