📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

qs-ui-library

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.4-development
Version published
Weekly downloads
19
137.5%
Maintainers
2
Weekly downloads
 
Created

Quantstamp Component Library and Style Guide

powered by webpack flavored React Styleguidist

How to import into a Next.js project:

NOTE: THIS WILL BE DEPRECATED FOR NPM SOON

From your Next.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">

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

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

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

FAQs

Package last updated on 09 Aug 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