Displays a labeled value with various options to format the display of the value. The value can either be provided as is or using content projection.
<bci-label-value-pair label="My bold very very very long Label" value="My bold very very very long
Value"></bci-label-value-pair>
The label value pair component uses
<bci-label-value-pair label="Regular label" boldLabel="false"> <div>Projected content</div>
</bci-label-value-pair>