Custom label to be used by screen readers. When provided, an aria-label will be added to the element.
"a user friendly label for screen readers"How to align along the cross axis when contained in a Box or along the column axis when contained in a Grid.
"start""center""end""stretch"The amount of margin around the component. An object can be specified to distinguish horizontal margin, vertical margin, and margin on a particular side.
"xsmall""small""medium""large""xlarge"{
"vertical": "...",
"horizontal": "...",
"top": "...",
"bottom": "...",
"left": "...",
"right": "..."
}The size that impacts max-width and width.
{
"xxsmall": "48px",
"xsmall": "96px",
"small": "192px",
"medium": "384px",
"large": "768px",
"xlarge": "1152px",
"xxlarge": "1536px",
"full": "100%"
}TableCell
a cell of data in a table
For header cells, what scope the header is for. Typically, the cells in a TableHeader have 'col' scope and the primary cell in each row in the TableBody has 'row' scope.
"col""row"
What size the cell should be. Typically, this is not needed unless you are trying to align multiple tables.
"xxsmall""xsmall""small""medium""large""xlarge""1/2""1/3""2/3""1/4""2/4""3/4""string"