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