@ausbom/table
v0.2.5
Published
> Table is a light weight component used to display tabular data — that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data.
Downloads
160
Keywords
Readme
@ausbom/table
Table is a light weight component used to display tabular data — that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data.
Installation
npm install @ausbom/table
Usage
import Table from '@ausbom/table'
import React from 'react'