
components
TableCaption
v.1.0.0 | SaturnUsage
import { TableCaption } from '@kubit-ui-web/react-components'
123
<TableCaption variant="DEFAULT"> Table caption example </TableCaption>
Props
Let's delve into the versatility of the tableCaption component by examining all its avalaible props.
Property | Type | Default | Description |
---|---|---|---|
variant | string | - | Current variant of TableCaption |
id | string | - | HTML identifier |
hidden | boolean | - | When true, it will be hidden, but read only by screen readers |
component | string or React.ComponentType<any> | caption | HTML component to render |
dataTestId | string | tableCaption | Id for testing |
ctv | string | - | Modify styles for the component |