@quantabit/scroll-sdk
v1.0.2
Published
Universal scroll utilities: BackToTop, ScrollProgress, infinite scroll, scroll direction hooks
Downloads
390
Maintainers
Readme
@quantabit/scroll-sdk
Universal scroll utilities: BackToTop, ScrollProgress, and hooks
Features
- BackToTop — Auto-showing floating button
- ScrollProgress — Page reading progress bar
- useScrollPosition — Track scroll position and progress %
- useInfiniteScroll — Infinite scroll with loading state
- useScrollDirection — Detect 'up' or 'down' scrolling
- Scroll Utils — scrollToTop, scrollToElement, scrollToBottom
Quick Start
import { BackToTop, ScrollProgress, useScrollDirection } from '@quantabit/scroll-sdk';
function App() {
const direction = useScrollDirection();
return (
<>
<ScrollProgress color="#3b82f6" />
<BackToTop threshold={300} />
</>
);
}License
MIT © QuantaBit Team
🌐 Brand & Links
- Official Mainnet: QuantaBit Chain
- Developer Platform: Developer Platform
- Open Platform: Open Platform
- Payment Platform: Pay Platform
- Feedback: Feedback
