Cards & Boardby Kenney <https://kenney.nl>
Hold
A sustained, neutral tone or drone, suitable for indicating a persistent state, a loading screen, or a continuous background process in an application.
0.69s6KBCC0hold
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/holdUsage
import { useSound } from "@/hooks/use-sound";
import { holdSound } from "@/sounds/hold";
const [play] = useSound(holdSound);