0.1.3 • Published 2 years ago

table_openclassroom_dervilon v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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