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