Constructor
# <Table />
Main Table wrapper. Along with TableRow, TableCell, TableCaption, TableHead and TableBody gives you the powerful tool for building tables.
Props:
- Table: LayoutProps & standard table html props
- TableBody: standard tbody html props
- TableCell: SpaceProps & ColorProps & standard td html props
- TableHead: standard thead html props
- TableRow: standard tr html props
Example
import { Table, TableRow, TableCell, TableCaption, TableHead, TableBody } from 'admin-bro'