UNPKG

terra-clinical-label-value-view

Version:

The label value view component displays a label and the associated value or list of values underneath the label.

6 lines (3 loc) 158 B
import React from 'react'; import LabelValueView from '../../../LabelValueView'; export default () => <LabelValueView id="LabelValueView" label="Label" />;