terra-clinical-item-display

v4.11.0
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.
Cerner Terra Clinical terra-clinical-item-display ItemDisplay UI

compile

babel --root-mode upward src --out-dir lib --copy-files

lint

npm run lint:js && npm run lint:scss

lint:js

eslint --ext .js,.jsx . --ignore-path ../../.eslintignore

lint:scss

stylelint src/**/*.scss

precompile

rm -rf lib

test

npm run lint && npm run jest && npm run wdio

jest

jest --config ../../jest.config.js

wdio-default

cd ../.. && npx wdio

wdio-lowlight

cd ../.. && THEME=clinical-lowlight-theme npx wdio

wdio-fusion

cd ../.. && THEME=orion-fusion-theme npx wdio

wdio

npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion
npm i terra-clinical-item-display

Metadata

Downloads