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

@worldvision/ui-components

Package Overview
Dependencies
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@worldvision/ui-components

React component library for WVI

  • 1.1.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
6
Weekly downloads
 
Created
Source

WorldVision UI components

https://wvidigital.github.io/WVUnited-React-UI-Components

Table of Contents

Installation & Usage

Prerequisites

  1. Clone the repository
  2. Install yarn

Installing dependencies

yarn

Storybook

Use following command to serve a storybook server:

yarn storybook

Storybook server will be started at http://localhost:9001

Development

To link this package, run following command in the @worldvision/ui-components root folder:

yarn link

Run following to start webpack in watch mode:

yarn dev

This is important to keep running while developing on the consumer/app. Everytime a file changes, webpack creates a new build and the app will show the latest updates.

Move to the the consumer/app's repository's root folder and run following command:

yarn link @worldvision/ui-components

To confirm that this has worked, you can check the node_modules/@worldvision/ui-components folder if this symlinks to your local ui-components folder.

Start the consumer/app server and then you're ready to go!

Deployment

Run following command to deploy to GitHub pages

yarn deploy

The deployed storybook will be available under https://wvidigital.github.io/WVUnited-React-UI-Components.

API

Theme

This repository contains a foundational theme scheme of:

  • 🎨 A palette of colors
  • 🚀 A scale of spaces
  • 🖥 Typography
  • ✨ And more

Our current theme can be found here.

These constrains are based on design principles which allows us to keep our design consistent across components.

Components

Full list of components here.

List of legacy components here.

FAQs

Package last updated on 10 Feb 2020

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