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