Cards & Boardby Kenney <https://kenney.nl>
Card Shove 4
A slightly extended and crisp sound of a card being shoved, perfect for a deliberate and audible card movement.
0.81s7KBCC0card, shove, 4
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/card-shove-4Usage
import { useSound } from "@/hooks/use-sound";
import { cardShove4Sound } from "@/sounds/card-shove-4";
const [play] = useSound(cardShove4Sound);