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

@giosg/ui-components

Package Overview
Dependencies
Maintainers
5
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://equestria-dronev1.int.giosg.com/giosg/ui-components)

  • 0.0.1
  • Source
  • npm
  • Socket score

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

giosg UI components

Build Status

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

styled-components

Components styles are defined using styled-components npm package.

TODO: Add clarification of theme etc. Do we need this: css & keyframes & createGlobalStyle?

Demo page

We use Storybook in our component demo page.

Development

Run Storybook development in mode:

npm run storybook

Run Storybook production build:

npm run build-storybook

The static Storybook page will be built into public/.

Deployment

Production Storybook is deployed automatically after a push to master branch, or when a pull request is merged.

npm package

Source of components is published as public npm package @giosg/ui-components.

Publishing

To publish this package, first login to npm:

npm login --scope=giosg

You will be prompted for credentials. Then publish the page:

npm publish --access public

--access public flag is mandatory because organization packages default to restricted.

VSCode extensions

  • vscode-styled-components
  • Prettier - Code formatter (esbenp.prettier-vscode)

FAQs

Package last updated on 07 Mar 2019

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