Ovee.js Toolkit Integrations
This package adds components and modules for Ovee.js
, that heavily rely on external libraries. It's also a part of @ovee.js/toolkit
.
Installation
npm install --save @ovee.js/toolkit-integrations @ovee.js/toolkit
yarn add @ovee.js/toolkit-integrations @ovee.js/toolkit
Usage notes
All submodules have their own peer dependencies, so you should check README
file for it to see if anything should be installed additionally, alongside standard configuration and installation instructions.
All imports should be done from specific submodules, f.ex.:
import { LazyLoad } from '@ovee.js/toolkit-integrations/lazy-load'
import { LazyLoad } from '@ovee.js/toolkit-integrations'
You can do it, but it requires all optional libraries to be installed tho.
Available submodules