Go Main page
Go Main page

Web components

cover

components

TableFoot

v.1.0.0 | Saturn

Usage

import { TableFoot, TableRow, TableCell } from '@kubit-ui-web/react-components'
123456789
<TableFoot variant="DEFAULT">
  <TableRow variant="BODY_ROW_DEFAULT">
    <TableCell variant="BODY_CELL_DEFAULT">Cell 1</TableCell>
    <TableCell variant="BODY_CELL_DEFAULT">Cell 2</TableCell>
    <TableCell variant="BODY_CELL_DEFAULT">Cell 3</TableCell>
    <TableCell variant="BODY_CELL_DEFAULT">Cell 4</TableCell>
    <TableCell variant="BODY_CELL_DEFAULT">Cell 5</TableCell>
  </TableRow>
</TableFoot>

Props

Let's delve into the versatility of the tableFoot component by examining all its avalaible props.

PropertyTypeDefaultDescription
variantstring-Current variant of TableFoot
idstring-HTML identifier
componentstring or React.ComponentType<any>tFootHTML component to render
dataTestIdstringtableFootId for testing
ctvstring-Modify styles for the component