Feedbackby Kenney <https://kenney.nl>
Confirmation 003
A gentle, yet clear confirmation sound, ideal for subtle affirmations, minor task completions, or acknowledging user input without being intrusive.
0.32s3KBCC0confirmation, 003
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/confirmation-003Usage
import { useSound } from "@/hooks/use-sound";
import { confirmation003Sound } from "@/sounds/confirmation-003";
const [play] = useSound(confirmation003Sound);