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

@galacticcouncil/ui

Package Overview
Dependencies
Maintainers
2
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@galacticcouncil/ui

Galactic UI Kit

latest
Source
npmnpm
Version
5.7.0
Version published
Maintainers
2
Created
Source

UIGC Web Components

npm version

What are [UIGC Web Components]?

  • Collection of reusable UI elements crafted to ease Basilisk & Hydration chains integration driven by a lit framework (~400kb unpacked size).
  • Usable with any current or future web development framework.
  • Created and maintained by Galactic Council.

Why web components?

  • Future-proof: web standards, compatible with any web development framework.
  • Encapsulated: Stable in any environment and suitable not only for apps, but also for libraries and micro-frontends.
  • Elegant: custom HTML elements, hide implementation complexity behind a single HTML tag, easy to use with the standard DOM APIs.

Demo & Preview

  npm run dev

How to Use

  • Install the NPM module

    npm install @galacticcouncil/ui
    
  • Import the component ui to your app:

    import '@galacticcouncil/ui';
    
  • Use the UIGC Web Component

    <uigc-alert variant="success"></uigc-alert>
    

Customization

For framework customization please see following sections:

Browser Support

UIGC Web Components are supported by all major modern browsers.

BrowserSupported versions
ChromeLatest
FirefoxLatest
SafariLatest
EdgeLatest

Keywords

hydration

FAQs

Package last updated on 20 Jul 2025

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