https://github.com/reactabular/reactabular-material-ui
Reactabular wrapper for material-ui
https://github.com/reactabular/reactabular-material-ui
Last synced: about 1 month ago
JSON representation
Reactabular wrapper for material-ui
- Host: GitHub
- URL: https://github.com/reactabular/reactabular-material-ui
- Owner: reactabular
- License: mit
- Created: 2016-12-09T12:25:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T12:26:44.000Z (about 9 years ago)
- Last Synced: 2025-01-20T12:44:35.322Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](http://travis-ci.org/reactabular/reactabular-material-ui) [](https://www.bithound.io/github/reactabular/reactabular-material-ui) [](https://codecov.io/gh/reactabular/reactabular-material-ui)
# reactabular-material-ui - Reactabular wrapper for material-ui
TODO
## Example
```jsx
/*
import * as Table from 'reactabular-table';
import components from 'reactabular-material-ui';
*/
const rows = [
{
id: 100,
name: 'John'
},
{
id: 101,
name: 'Jack'
}
];
const columns = [
{
property: 'name',
header: {
label: 'Name'
}
}
];
```
## License
MIT. See LICENSE for details.