UNPKG

terra-clinical-item-display

Version:

The Item Display component creates an display for text and an optional graphic. The Comment subcomponent creates a display for text with a comment icon.

6 lines (3 loc) 152 B
import React from 'react'; import ItemDisplay from '../../../../ItemDisplay'; export default () => <ItemDisplay text="Test Text" id="ItemDisplay" />;