gus-ui
v1.0.28
Published
A simple web component library, including light/dark theme
Downloads
31
Maintainers
Readme
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
- First install the package using npm
npm install gus-ui
- Import it in your HTML file as a module
<head>
...
<script type="module" src="node_modules/gus-ui/gus_ui.js"></script>
</head>
- Initialize the UI with a gus-ui element
<body>
...
<gus-ui>
</gus-ui>
</body>
- 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