@lfr2/scroll-circle-top
v1.0.1
Published
Circular scroll-to-top button with scroll progress for React/Next
Readme
@lfr2/scroll-circle-top
A lightweight React component that shows a circular scroll-to-top button with a progress ring that fills as you scroll down and empties as you scroll up.
- ✅ No external UI dependencies
- ✅ Works with React 18 and 19
- ✅ Great fit for Next.js (App Router) – just wrap it in a client component
- 🎨 Fully configurable colors, size, and position via props
Installation
npm install @lfr2/scroll-circle-top
# or
yarn add @lfr2/scroll-circle-top
# or
pnpm add @lfr2/scroll-circle-top