UIby Kenney <https://kenney.nl>
Scroll 005
A smooth, continuous scrolling sound effect, ideal for indicating content navigation, a list moving, or a wheel spinning within a UI.
1.00s8KBCC0scroll, 005
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/scroll-005Usage
import { useSound } from "@/hooks/use-sound";
import { scroll005Sound } from "@/sounds/scroll-005";
const [play] = useSound(scroll005Sound);