terra-clinical-item-display

v1.5.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

npm run compile:clean && npm run compile:build

compile:clean

rimraf lib

compile:build

babel 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

props-table

props-table ./src/ItemDisplay.jsx ./src/ItemComment.jsx --out-dir ./docs/props-table

test

npm run test:jest && npm run test:nightwatch

test:jest

jest ./tests/jest/* --config ../../jestconfig.json

test:nightwatch

nightwatch -c ../../nightwatch.conf.js

Metadata

  • Apache-2.0
  • Whatever
  • Cerner Corporation
  • released 11/29/2017

Downloads