Feedbackby Kenney <https://kenney.nl>
Confirmation 004
A warm, resonant confirmation sound, perfect for reassuring users of successful operations, major progress, or successful purchases.
0.49s4KBCC0confirmation, 004
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/confirmation-004Usage
import { useSound } from "@/hooks/use-sound";
import { confirmation004Sound } from "@/sounds/confirmation-004";
const [play] = useSound(confirmation004Sound);