Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

gus-ui

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gus-ui

A simple web component library, including light/dark theme

latest
npmnpm
Version
1.0.28
Version published
Weekly downloads
20
900%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

ui

FAQs

Package last updated on 08 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts