Labeled value
Props
Name | Type | Default | Description |
---|---|---|---|
label required | string | The text to display | |
value required | ReactNode | The value to display with the label | |
className | string | Add CSS class to the component | |
fullRow | boolean | false | Set to true for the labeledValue to take the full row |
information | ReactNode | The text to display in the tooltip. Will make a info icon appears after the label title | |
informationPlacement | TooltipPlacement | top | To choose the tooltip placement |
padding | boolean | true | To set the padding or not |
singleLine deprecated | boolean | Do not use |
Examples
With more information (tooltip)
With fullRow option
No guidelines exist for LabeledValue yet.