komps
v0.0.2
Published
Javascript components and elements for building a UI
Downloads
2
Readme
Dependencies
Installation
npm install komps
Usage
Import only the methods you use.
import {Modal} from 'komps';
new Modal({content: "Hello World"});
Documentation
Checkout details about each method on bemky.github.io/komps
Development
Testing
npm link # to make global reference
npm link komps # to link global reference
npm run test
Documenation
Develope
cd docs-src
be middleman server
Build
cd docs-src
be middleman build
Release
npm publish