Sci-Fiby Kenney <https://kenney.nl>
Zap Three Tone Up
This sound features three distinct, ascending tones, ideal for signaling a successful progression, completion, or a positive achievement within a user interface.
1.20s10KBCC0zap, three, tone, up
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/zap-three-tone-upUsage
import { useSound } from "@/hooks/use-sound";
import { zapThreeToneUpSound } from "@/sounds/zap-three-tone-up";
const [play] = useSound(zapThreeToneUpSound);