packages
packages copied to clipboard
add support for material-table
add support for following package https://github.com/mbrn/material-table/tree/master/src/components
I have submitted PR https://github.com/cljsjs/packages/pull/2067.
You can see how I use it in: https://github.com/alenkralj/reagent-material-ui/blob/master/src/core/reagent_material_ui/table.cljs . I have not tested every feature of the component. However, it seems to me that it works great.
Based on docs at https://github.com/mbrn/material-table, one has to add to HTML:
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
or pass icons prop to the component. If you do not do that, you will not see icons on the component.