Ovee.js Toolkit
It's a package with components, modules, tools, and many more, for Ovee.js
framework.
Installation
npm install --save @ovee.js/toolkit
yarn add @ovee.js/toolkit
Additionally, it is required to install these packages if you don't have them already:
npm install --save ovee.js gsap lodash
yarn add ovee.js gsap lodash
They are included as peer dependencies, as they are pretty common and we want to avoid multiplying packages instances and versions.
Usage notes
All submodules are exposed in root package, so to import them, just write
import { BaseDialog } from '@ovee.js/toolkit'
Every tool has seperate README
with specific guide on how to install it, use it, and it's full API.
Available submodules
Components
Modules
Mixins
Tools
<- Root