This is a Nuxt wrapper for Lenis by Studio Freight. Thank them for the incredible tool.
yarn add nuxt-lenis
- Add
nuxt-lenis
to your modules in nuxt.config - In your
app.vue
file, wrap the nuxt page in the lenis component<lenis :options="LenisOptions" @initiated="foo" @scroll="fooBar" > <NuxtPage /> </lenis>