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