token-web-components
v0.1.28
Published
Web Application Component Library, made with React & Material-UI & redux-form & create-react-library
Downloads
11
Readme
token-web-components
Made with create-react-library
Install
npm install --save token-web-components
or
yarn add token-web-components
Usage
import React, { Component } from 'react'
import MyComponent from 'token-web-components'
import 'token-web-components/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
Example Client
cd example
yarn
yarn start
Storybook
To experience the components, clone token-web-components
project to your pc, and run yarn storybook
in the root directory of the project.