Impactby Kenney <https://kenney.nl>
Impact Plate Light 004
A very short, airy metallic plate tap, suitable for highly subtle UI feedback, like a silent mode notification or a background interaction confirmation.
0.66s6KBCC0impact, plate, light, 004
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/impact-plate-light-004Usage
import { useSound } from "@/hooks/use-sound";
import { impactPlateLight004Sound } from "@/sounds/impact-plate-light-004";
const [play] = useSound(impactPlateLight004Sound);