table_openclassroom_dervilon

A simple table for your React app


Keywords
table, table pagination, react, openclassrooms
License
ISC
Install
npm install table_openclassroom_dervilon@0.1.3

Documentation

forthebadge forthebadge forthebadgeforthebadge

table_openclassroom_dervilon

A simple table for your React app.

Compatibility

Your project needs React 18 to work with table_openclassroom_dervilon

Usage

Here's an example of basic usage:

Add table_openclassroom_dervilon to your project by executing npm i table_openclassroom_dervilon yarn table_openclassroom_dervilon

import React from 'react'
import { Table } from 'table_openclassroom_dervilon'
import PropTypes from 'prop-types'

function App() {
  return (
    <div>
      <Table data={data} labels={labels} pagination={10} />
    </div>
  )
}

Author

M'Bissi Kongo Dervilon