LieutenantPeacock / FluidScroll

A cross-browser compatible, lightweight, easy-to-use library for smooth scrolling!
MIT License
29 stars 2 forks source link

How embed Vue2? #2

Open artursharipov opened 10 months ago

artursharipov commented 10 months ago

How can I embed Vue 2 into a component as a module?

LieutenantPeacock commented 3 weeks ago

You may now install the library with NPM:

npm i fluidscroll

Then import it into your component for use:

import { fluidScroll } from 'fluidscroll';