components
TableFoot
v.1.0.0 | SaturnIt displays a table foot.
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>