Feedbackby Kenney <https://kenney.nl>
Notification Pop
A friendly, short popping sound that signals a new notification or a subtle alert, suitable for toast messages or incoming pings.
0.54s5KBCC0notification, pop, alert, toast +1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/notification-popUsage
import { useSound } from "@/hooks/use-sound";
import { notificationPopSound } from "@/sounds/notification-pop";
const [play] = useSound(notificationPopSound);