react-wf-pkg
v1.10.0
Published
Made with create-react-library
Downloads
12
Readme
react-wf-pkg
Made with create-react-library
Install
npm install --save react-wf-pkgUsage
import React, { Component } from 'react'
import MyComponent from 'react-wf-pkg'
import 'react-wf-pkg/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © mayur-maven
