0.2.2 • Published 1 year ago

@ovee.js/toolkit-integrations v0.2.2

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

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
# for yarn
yarn add @ovee.js/toolkit-integrations

This package requires @ovee.js/toolkit. If you didn't installed it already, follow this link for installation instructions.

Usage notes

All submodules have their own peer dependencies, so you should check submodule's README file to see if anything should be installed additionally, alongside standard configuration.

All imports should be done from specific submodules, f.ex.:

// Proper way
import { LazyLoad } from '@ovee.js/toolkit-integrations/lazy-load'

// Wrong way
import { LazyLoad } from '@ovee.js/toolkit-integrations'

You can do it, but it requires all optional libraries to be installed tho.

Available submodules

<- 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