@aginix/mui-react-table
v0.3.7
Published
<a href="https://www.npmjs.com/@aginix/mui-react-table"><img src="https://img.shields.io/npm/v/@aginix/mui-react-table.svg" alt="NPM Version" /></a> <a href="https://www.npmjs.com/@aginix/mui-react-table"><img src="https://img.shields.io/npm/l/@aginix/mui
Downloads
28
Readme
Material-UI - React Table
Description
Wrapper component for Material-UI & react-table.
See Storybook.
Installation
yarn add @aginix/mui-react-table
Note that @aginix/mui-react-react
has peer-dependencies on @material-ui/core
, @material-ui/core
and react-table
, all of which can also be installed from npm if your project doesn't already use them.
Storybook
yarn storybook
Run an example
cd example
yarn install
yarn start
Build
yarn build
Run tests
yarn test