0.0.37-development • Published 6 years ago

qs-ui-library v0.0.37-development

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

QS-UI

Quantstamp Component Library and Style Guide

npm package

npm.io

npm.io

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.