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) 155 B
import React from 'react'; import ItemComment from '../../../../ItemComment'; export default () => <ItemComment text="test comment" id="ItemComment" />;