komps
v1.0.0
Published
Komps is a library of style-less Web Components for building UIs. Komps is platform-agnostic, and each component is fully tree-shakeable by any bundler.
Readme
Dependencies
Installation
npm install kompsUsage
Import only the components you use.
import {Modal} from 'komps';
new Modal({content: "Hello World"});Documentation
Checkout details about each method on komps.js.org
Development
Testing
TODODocumenation
Develope
cd docs-src
be middleman serverBuild
cd docs-src
be middleman buildRelease
npm publish