@weareroam/w-invest-tools
v1.0.1
Published
library proposal for invest tools components
Downloads
4
Readme
w-invest-tools
library proposal for invest tools components
Install
npm install --save w-invest-tools
Usage
import React, { Component } from 'react'
import MyComponent from 'w-invest-tools'
import 'w-invest-tools/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}