Impactby Kenney <https://kenney.nl>
Impact Generic Light 003
A short, airy, and light impact, great for indicating a fleeting interaction, a transient status update, or a quick UI element appearance.
0.14s2KBCC0impact, generic, light, 003
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/impact-generic-light-003Usage
import { useSound } from "@/hooks/use-sound";
import { impactGenericLight003Sound } from "@/sounds/impact-generic-light-003";
const [play] = useSound(impactGenericLight003Sound);