Jinglesby Kenney <https://kenney.nl>
Jingles Hit 16
A percussive jingle hit, offering a distinct and upbeat confirmation for user actions in a playful or dynamic interface.
0.29s3KBCC0jingles, hit, 16
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/jingles-hit-16Usage
import { useSound } from "@/hooks/use-sound";
import { jinglesHit16Sound } from "@/sounds/jingles-hit-16";
const [play] = useSound(jinglesHit16Sound);