UIby Kenney <https://kenney.nl>
Close 004
A slightly extended, fluid sound of a UI element closing, suitable for closing a significant section, an application, or a more elaborate modal.
0.32s3KBCC0close, 004
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/close-004Usage
import { useSound } from "@/hooks/use-sound";
import { close004Sound } from "@/sounds/close-004";
const [play] = useSound(close004Sound);