token-web-components
v0.1.28
Published
Web Application Component Library, made with React & Material-UI & redux-form & create-react-library
Readme
token-web-components
Made with create-react-library
Install
npm install --save token-web-componentsor
yarn add token-web-componentsUsage
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 startStorybook
To experience the components, clone token-web-components project to your pc, and run yarn storybook in the root directory of the project.
