@kyoungeun/react-table

1. `import Table from '@kyoungeun/react-table'` 2. `<Table headers={} data={} />`


Keywords
react, components, ui, table
Install
npm install @kyoungeun/react-table@0.2.0

Documentation

Utilisation

  1. import Table from '@kyoungeun/react-table'
  2. <Table headers={} data={} />

Props

  • headers is an Array for the headline of the table
  • data is an Array of objects to fill the cells of the table