0.10.7 • Published 2 years ago
@govuk-react/table
Licence
MIT
Version
0.10.7
Deps
3
Size
28 kB
Vulns
0
Weekly
0
Table
Import
import Table from '@govuk-react/table';
Use the table component to make information easier to compare and scan for users.
- https://govuk-react.github.io/govuk-react/?path=/docs/table
- https://design-system.service.gov.uk/components/table/
Properties
| Prop | Required | Default | Type | Description |
|---|---|---|---|---|
body |
undefined |
ReactNode | Table body rows and cells (for backward compatibility) | |
caption |
undefined |
string | Table caption title | |
children |
undefined |
ReactNode | Table body rows and cells (recommended way) | |
head |
undefined |
ReactNode | Table header rows and cells |