Impactby Kenney <https://kenney.nl>
Impact Glass Light 003
A short, airy light glass click, perfect for quick navigation, subtle menu transitions, or a gentle acknowledgement of user input.
0.21s2KBCC0impact, glass, light, 003
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/impact-glass-light-003Usage
import { useSound } from "@/hooks/use-sound";
import { impactGlassLight003Sound } from "@/sounds/impact-glass-light-003";
const [play] = useSound(impactGlassLight003Sound);