Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 312 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 312 Bytes

This preact component will create srollToTop button on the bottom-right of your page

Button preview

How to use

import {h, render, } from "preact";

import ScrollTop from "./ScrollTop";
import "./scrollTop.scss";

render(<ScrollTop />, document.getElementById('scrollTop'));