UNPKG

@heroui/table

Version:

Tables are used to display tabular data using rows and columns.

9 lines (8 loc) 439 B
export { default as TableBody, TableBodyProps } from './table-body.js'; export { default as TableCell, TableCellProps } from './table-cell.js'; export { default as TableColumn, TableColumnProps } from './table-column.js'; export { default as TableHeader, TableHeaderProps } from './table-header.js'; export { default as TableRow, TableRowProps } from './table-row.js'; import '@heroui/system'; import '@react-types/table'; import 'react';