1.0.7 • Published 3 years ago

openclassrooms-table-anais v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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>
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

0.1.0

3 years ago