Impactby Kenney <https://kenney.nl>
Impact Generic Light 004
A clean, light, and unobtrusive impact sound, ideal for background UI actions, minor confirmations, or non-critical system feedback.
0.14s2KBCC0impact, generic, light, 004
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/impact-generic-light-004Usage
import { useSound } from "@/hooks/use-sound";
import { impactGenericLight004Sound } from "@/sounds/impact-generic-light-004";
const [play] = useSound(impactGenericLight004Sound);