0.3.7 • Published 5 years ago
@aginix/mui-react-table v0.3.7
Material-UI - React Table
Description
Wrapper component for Material-UI & react-table.
See Storybook.
Installation
yarn add @aginix/mui-react-tableNote 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 storybookRun an example
cd example
yarn install
yarn startBuild
yarn build
Run tests
yarn test