@ghkich/mf-orders-list-react
v1.1.1
Published
Orders List lib to use as a micro-frontend
Downloads
13
Readme
mf-orders-list-react
Orders List lib to use as a micro-frontend
Install
npm install --save mf-orders-list-react
Usage
import React, { Component } from 'react'
import MyComponent from 'mf-orders-list-react'
import 'mf-orders-list-react/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © ghkich