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