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