1.0.7 • Published 1 year ago

openclassrooms-table-anais v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

0.1.0

1 year ago