0.2.2 • Published 1 year ago

@ovee.js/toolkit v0.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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
# for yarn
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
# for yarn
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

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

2 years ago

0.1.0

2 years ago

0.1.1

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago