Feedbackby Kenney <https://kenney.nl>
Confirmation 001
A crisp, positive sound indicating a successful action or confirmation, ideal for completing a form, saving settings, or a general positive feedback.
0.29s3KBCC0confirmation, 001
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/confirmation-001Usage
import { useSound } from "@/hooks/use-sound";
import { confirmation001Sound } from "@/sounds/confirmation-001";
const [play] = useSound(confirmation001Sound);