UIby Kenney <https://kenney.nl>
Close 003
A gentle, soft sound of a UI element closing, appropriate for a less abrupt dismissal of a notification, a tooltip, or a subtle panel.
0.32s3KBCC0close, 003
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/close-003Usage
import { useSound } from "@/hooks/use-sound";
import { close003Sound } from "@/sounds/close-003";
const [play] = useSound(close003Sound);