0.7.2

BackToTopButton

Source code

Scroll down this page to see how it works.

Usage

---
import { BackToTopButton } from '@yatoday/astro-ui/astro';
---

<!-- Default -->
<BackToTopButton />

<!-- Or with cutom selector -->
<div id="top"></div>

<BackToTopButton
  scrollOffset={20} 
  selector="#top"
/>

Props

PropTypeDefaultDescription
selectorstring#headerHTML selector to scroll to
scrollOffsetnumber450-