Utilisation
import Table from '@kyoungeun/react-table'
<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
1. `import Table from '@kyoungeun/react-table'` 2. `<Table headers={} data={} />`
Homepage Repository npm JavaScript Download
npm install @kyoungeun/react-table@0.2.0
import Table from '@kyoungeun/react-table'
<Table headers={} data={} />