pmvc_react_list

0.6.0 • Public • Published

CircleCI

PMVC React List theme

Simple usage

    <Table rows={rows}>
        <Column
            header={<Cell>Count</Cell>}
            cell={({rowIndex, ...others})=>
                <Cell></Cell>
            }
        />  
    </Table>

Readme

Keywords

Package Sidebar

Install

npm i pmvc_react_list

Weekly Downloads

137

Version

0.6.0

License

MIT

Unpacked Size

54.4 kB

Total Files

25

Last publish

Collaborators

  • hillliu