Jinglesby Kenney <https://kenney.nl>
Pep Sound 2
A distinct, uplifting "pep" sound, useful for positive feedback or minor successful actions within an application.
0.55s5KBCC0pep, sound, 2
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/pep-sound-2Usage
import { useSound } from "@/hooks/use-sound";
import { pepSound2Sound } from "@/sounds/pep-sound-2";
const [play] = useSound(pepSound2Sound);