d-danielo-data-table-oc
v1.3.1
Published
component for project openclassrooms
Downloads
21
Maintainers
Readme
simple-component-libraryA library of React components created using create-react-app
InstallationRun the following command:
npm install d-danielo-data-table-oc
Usage:
import { Table } from 'd-danielo-data-table-oc'
- don't forget to enter the props data while using the component, such as
<Table data={YourData}></Table>