Skip to content

inc2734/smooth-scroll

Repository files navigation

@inc2734/smooth-scroll

Get started

Install

$ npm install --save-dev @inc2734/smooth-scroll

How to use

<script>
import { SmoothScroll } from '@inc2734/smooth-scroll';

new SmoothScroll(
  {
    selector: 'a[href^="#"]',
    offset: 100,
  }
);
</script>

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published