0.4.0 • Published 3 years ago

@efrensango/green-hat-lib v0.4.0

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

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 build
  • npm run start to run a development environment