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