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:
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 tools are exposed in root package, so to use 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.
All Tools
Components
Modules
Mixins
Tools