@efrensango/green-hat-lib
v0.4.0
Published
A library of web components.
Downloads
5
Readme
green-hat-lib
A web components UI library.
Installation
npm install green-hat-lib
Usage
You can require the whole library:
import * from green-hat-lib;
And use in the DOM like this:
<gh-button></gh-button>
Contributing
- Clone
npm inpm run buildto get the buildnpm run startto run a development environment
