deku-table

1.0.1 • Public • Published

deku-table

npm travis

Deku component for a table

Install

npm install deku-table

Usage

import Table from 'kvnneff/deku-table'
 
export function render ({props}) {
  return (
    <Table
      rows={[
        ['Last Name', 'First Name'],   // first row is header row
        ['Doe', 'Jane'],
        ['Smith', 'John'],
        ['Neff', 'Kevin']
      ]}/>
  )
}
 

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i deku-table

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • kvnneff