React admin panel handling mongoose-restapi-ui tree structure.
npm install mongoose-restapi-ui-component
import Admin from 'mongoose-restapi-ui-component'
export default (props) =>
`
Posible props:
- tree: (string or tree) The tree path published by mongoose-restapi-ui
- showAppBar: boolean, shows the appbar
- width: any, width of admin panel
- headers: Custom headers (Example: {Authorization: 'Basic token'})
- theme`: Theme from @material-ui/core