Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Latest commit

 

History

History
46 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.2 KB

Material-UI - React Table

NPM Version Package License NPM Downloads

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

License

MIT © Aginix Technologies Co., Ltd.