Footstepsby Kenney <https://kenney.nl>
Footstep 04
A generic, light footstep sound, suitable for indicating movement, progress through steps, or character locomotion in an interactive environment.
0.32s3KBCC0footstep, 04
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/footstep-04Usage
import { useSound } from "@/hooks/use-sound";
import { footstep04Sound } from "@/sounds/footstep-04";
const [play] = useSound(footstep04Sound);