@ksplat/olive
v1.0.1
Published
Create reusable DOM components fast
Downloads
3
Maintainers
Readme
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
- Download the latest release from github.
- Import as a module.
- Done! Read the docs for help.
NPM
- Run
npm i @ksplat/olive
- Import as a module.
- Done! Read the docs for help.