gus-ui

1.0.28 • Public • Published

GusUI

GusUI is a simple web component library which include easy support for dark/light themes, colors, customization, event handling and others.

Official website : http://gugustinette.com/gus-ui/index.html

Install

  1. First install the package using npm
npm install gus-ui
  1. Import it in your HTML file as a module
<head>
    ...
    <script type="module" src="node_modules/gus-ui/gus_ui.js"></script>
</head>
  1. Initialize the UI with a gus-ui element
<body>
    ...
    <gus-ui>
    
    </gus-ui>
</body>
  1. Start creating components (ex: a switch)
<gus-ui>
    <gus-switch><gus-switch>
</gus-ui>

Documentation

Full documentation can be found at : http://gugustinette.com/gus-ui/documentation/overview/intro.html

Package Sidebar

Install

npm i gus-ui

Weekly Downloads

0

Version

1.0.28

License

MIT

Unpacked Size

239 kB

Total Files

43

Last publish

Collaborators

  • gugustinette