Skip to content

EfrenSanchez/green-hat-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<green-hat-lib>

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.5/dist/base.b2bb851a.min.css"/>

<script src="https://cdn.jsdelivr.net/npm/green-hat-lib@0.4.5/dist/greenhat.de370dfe.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.

npm start

Contributing

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

About

A library of web components.A library of web components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published