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

qs-ui-library

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qs-ui-library

Quantstamp's Canonical UI Library

  • 0.0.37-development
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

QS-UI

Quantstamp Component Library and Style Guide

npm package

How to import into a React project:

From your React.js project folder

npm i qs-ui-library --save
# or
yarn add qs-ui-library

Then to source the component in your page or top level component

// File: pages/mypage.js
import { MyComponent } from 'qs-ui-library'

|
|

<MyComponent someprop="someVal">

Shortcut Refrence

Docs Site


How to start locally for development: (pre-reqs: node/npm, nvm, git)

git clone git://github.com/quantstamp/qs-ui-library.git
cd qs-ui-library
nvm use
npm i
npm start

then open http://localhost:6060 in your browser.

Keywords

FAQs

Package last updated on 18 Sep 2018

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