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