Impactby Kenney <https://kenney.nl>
Impact Generic Light 000
A quick, light, and general impact sound, ideal for subtle button presses, menu selections, or minor UI interactions.
0.16s2KBCC0impact, generic, light, 000
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/impact-generic-light-000Usage
import { useSound } from "@/hooks/use-sound";
import { impactGenericLight000Sound } from "@/sounds/impact-generic-light-000";
const [play] = useSound(impactGenericLight000Sound);