Itemsby Kenney <https://kenney.nl>
Cloth 1
A light, rustling sound of cloth, useful for subtle background ambiance in a textile-themed UI, or for minor character movement in a game.
0.66s6KBCC0cloth, 1
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/cloth-1Usage
import { useSound } from "@/hooks/use-sound";
import { cloth1Sound } from "@/sounds/cloth-1";
const [play] = useSound(cloth1Sound);