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