DataBlock
Importβ
import { DataBlock } from '@resultadosdigitais/tangram-components'
Propertiesβ
alignment
β
auxiliaryText
β
Type | func | node |
---|
Descriptionβ
Sets auxiliary content normally used in conjunction with an icon to indicate important information about the value.
id
πβ
Concerns | π Required |
---|---|
Type | string | number |
Descriptionβ
Responsible to connect accessibly title with value. The id value is used in aria-labelledby
.
prefix
β
suffix
β
supportingText
β
Type | string |
---|
Descriptionβ
Sets the supporting text, used to contextualize about the value of data block
tip
β
Type | string |
---|
Descriptionβ
Sets the tip to be shown at the information icon. It uses <Tooltip />
component.