1.0.1 • Published 3 years ago

@ksplat/olive v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Olive

NOT COMPLETE

MIT LICENSE

About

Create reusable DOM components fast

Olive enables you to create "components" (Resuble DOM Templates). These components allow you to reuse it anywhere in your code. Olive is not like React or Vue. This is not server side rendering.

Download

Github

  1. Download the latest release from github.
  2. Import as a module.
  3. Done! Read the docs for help.

NPM

  1. Run npm i @ksplat/olive
  2. Import as a module.
  3. Done! Read the docs for help.

CDN