Go Main page
Go Main page

Web components

cover

components

TableCaption

v.1.0.0 | Saturn

Usage

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.

PropertyTypeDefaultDescription
variantstring-Current variant of TableCaption
idstring-HTML identifier
hiddenboolean-When true, it will be hidden, but read only by screen readers
componentstring or React.ComponentType<any>captionHTML component to render
dataTestIdstringtableCaptionId for testing
ctvstring-Modify styles for the component