Jinglesby Kenney <https://kenney.nl>
Pep Sound 5
A short, bright "pep" sound, suitable for quick, positive feedback on user actions or small in-game rewards.
0.62s5KBCC0pep, sound, 5
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/pep-sound-5Usage
import { useSound } from "@/hooks/use-sound";
import { pepSound5Sound } from "@/sounds/pep-sound-5";
const [play] = useSound(pepSound5Sound);