easy-react-scroll-to-top
v1.0.2
Published
A simple React component that scrolls to top on route change.
Maintainers
Readme
React Scroll To Top
A lightweight and customizable React component that adds a scroll-to-top button to your app.
✨ Features
- Scroll-to-top button
- Smooth scroll animation
- Easy to use and customize
- Tiny bundle size
🚀 Installation
npm install @wasim_mahamod_raza/react-scroll-to-top
yarn add @wasim_mahamod_raza/react-scroll-to-top
# 🚀# Usage
import ScrollToTop from '@wasim_mahamod_raza/react-scroll-to-top';
function App() {
return (
<div>
{/* your content */}
<ScrollToTop />
</div>
);
}🎨 Styling .scroll-to-top { background: #000; color: #fff; border-radius: 9999px; padding: 10px; position: fixed; bottom: 20px; right: 20px; }
🧑💻 Author Md Wasim github.com/wasimmahamod
