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