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