@efrensango/green-hat-lib
v0.4.0
Published
A library of web components.
Downloads
1
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 i
npm run build
to get the buildnpm run start
to run a development environment