Lightweight smooth scrolling polyfill for anchor tags. Every <a href='#'>
will result in a smooth scroll and focus to the element referenced in the href
.
yarn add smooth-anchor
import smoothAnchor from "smooth-anchor";
smoothAnchor();
This package also includes smoothscroll-polyfill
meaning scrollTo
& scrollIntoView
will also be polyfilled on your page.