1.10.0 • Published 1 year ago

react-wf-pkg v1.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-wf-pkg

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save react-wf-pkg

Usage

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