openclassrooms-table-anais
v1.0.7
Published
a school project for openclassrooms webdev program
Downloads
5
Maintainers
Readme
table-component-lib
[in construction]
This is a basic table component to display datas.
Install
npm install --save openclassrooms-table-anais
Props
- a unique .json file containing the data you wish to display. By default, keys are used as columns' titles.
Usage
import { Table } from 'openclassrooms-table-anais'
- don't forget to enter the props data while using the component, such as
<Table data={NameOfYourImportedDataFileHere}></Table>