Menu Create by SBX Company for CRM.
npm install --save sbx-crm-menu-ui
import React, { Component } from 'react'
import MyComponent from 'sbx-crm-menu-ui'
import 'sbx-crm-menu-ui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
ISC © [Frank Carpio](https://github.com/Frank Carpio)