1.4.1 • Published 3 days ago

@eqworks/lumen-table v1.4.1

Weekly downloads
47
License
MIT
Repository
github
Last release
3 days ago

@EQWorks/lumen-table

React data table component. Graduated from @EQWorks/react-labs.

Getting started

Firstly, install lumen-table:

npm i @eqworks/lumen-table

Next, install the required peer dependencies:

npm i @eqworks/lumen-ui @material-ui/core @material-ui/icons @material-ui/lab react react-dom

Once you have installed all the required dependencies, wrap your application in a <ThemeProvider>:

import { ThemeProvider } from "@eqworks/lumen-ui";

const MyApp = () => <ThemeProvider>Hello world!</ThemeProvider>;

Now, you can start using lumen-table component:

import { Table } from "@eqworks/lumen-table";

const MyComponent = () => (
  <div>
    <Table />
  </div>
);

Note: You can override the lumen-ui default theme by passing a theme prop to <ThemeProvider>.Click here to find out how to create your own theme using Material UI's createMuiTheme method.

2.0.0-alpha.31

3 days ago

2.0.0-alpha.29

3 months ago

2.0.0-alpha.28

4 months ago

2.0.0-alpha.22

4 months ago

2.0.0-alpha.27

4 months ago

2.0.0-alpha.26

4 months ago

2.0.0-alpha.24

4 months ago

2.0.0-alpha.23

4 months ago

2.0.0-alpha.20

1 year ago

2.0.0-alpha.19

1 year ago

2.0.0-alpha.18

1 year ago

2.0.0-alpha.15

1 year ago

2.0.0-alpha.14

1 year ago

2.0.0-alpha.12

2 years ago

2.0.0-alpha.10

2 years ago

2.0.0-alpha.8

2 years ago

2.0.0-alpha.3

2 years ago

2.0.0-alpha.4

2 years ago

2.0.0-alpha.5

2 years ago

2.0.0-alpha.6

2 years ago

2.0.0-alpha.1

2 years ago

2.0.0-alpha.2

2 years ago

1.4.1

2 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

4 years ago