Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@giosg/ui-components

Package Overview
Dependencies
Maintainers
19
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giosg/ui-components

[![Build Status](https://dronev1.int.giosg.com/api/badges/giosg/ui-components/status.svg)](https://dronev1.int.giosg.com/giosg/ui-components)

  • 22.5.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
119
increased by8.18%
Maintainers
19
Weekly downloads
 
Created
Source

giosg UI components

Build Status

This is a collection of generic Web user interface components used in giosg services.

Developing

See DEVELOPMENT.md for instructions.

How to use

npm install @giosg/ui-components

Wrap whole application into <Root> component (this component add global styling into page).

If you do not want to change body styling, then wrap your application into <RootWrapper> component instead of <Root>.

See demo page for usage examples.

See peerDependencies for additional mandatory dependencies. If you need to support IE11, you have to provide polyfills for Symbol, Map, and Set.

Theming

You can define your own theme using index.Theme interface and take it into use with setTheme function.

import { setTheme } from "@giosg/ui-components/src/theme/theme";
setTheme(theme);

Just be sure to call it before importing anything else from @giosg/ui-components. Otherwise, you have to forcefully rerender already rendered components after applying the theme!

Currently active theme can be read from index.theme, and the default theme can be read with index.getDefaultTheme().

Theming support is at very early stage and contains only colors (18.7.2019).

styled-components

Component styles are defined using styled-components npm package and emotion

FAQs

Package last updated on 11 Jan 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc