"whiteAlpha" | "blackAlpha" | "gray" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink" | "linkedin" | "facebook" | "messenger" | "whatsapp" | "twitter" | "telegram"Table
Table component is used to organize and display data efficiently. It renders a `<table>` element by default
TODO
Props#
Table#
colorScheme
colorSchemeType
Default
"gray"size
sizeType
"sm" | "md" | "lg"Default
"md"variant
variantType
"simple" | "striped" | "unstyled"Default
"simple"Td#
isNumeric
isNumericDescription
Aligns the cell content to the right
Type
booleanTh#
isNumeric
isNumericDescription
Aligns the cell content to the right
Type
booleanTableCaption#
placement
placementDescription
The placement of the table caption. This sets the `caption-side` CSS attribute.
Type
"top" | "bottom"Default
"bottom"TODO