Impactby Kenney <https://kenney.nl>
Glass 002
A clear, sharp glass sound, useful for indicating a fragile interaction, a breaking event, or a delicate UI element state change.
0.12s1KBCC0glass, 002
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/glass-002Usage
import { useSound } from "@/hooks/use-sound";
import { glass002Sound } from "@/sounds/glass-002";
const [play] = useSound(glass002Sound);