packages icon indicating copy to clipboard operation
packages copied to clipboard

add support for material-table

Open nohaapav opened this issue 6 years ago • 1 comments

add support for following package https://github.com/mbrn/material-table/tree/master/src/components

nohaapav avatar Nov 04 '19 14:11 nohaapav

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.

alenkralj avatar Apr 24 '20 10:04 alenkralj