0.0.2 • Published 2 years ago

komps v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Dependencies

Dolla

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
0.0.2

2 years ago

0.0.1

2 years ago