0.4.5 ā€¢ Published 3 years ago

green-hat-lib v0.4.5

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

\

A web components UI library.

šŸ•¹ Go to Demo

Installation

npm install green-hat-lib

Usage

You can require the whole library:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/green-hat-lib@0.4.4/dist/base.b2bb851a.min.css">

<script src="https://cdn.jsdelivr.net/npm/green-hat-lib@0.4.4/dist/greenhat.d52d4386.min.js"></script>

And use in the DOM like this:

<gh-button></gh-button>

Tooling configs

For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.

Local Demo http://localhost:1234

npm start

Contributing

  • Clone
  • npm i
  • npm run build to get the build
  • npm run start to run a development environment
0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago