terra-clinical-item-view

v1.3.0
The Item View component allows displays to be organized into rows and column and themed, while providing means to add accessory elements and a comment.
Cerner Terra Clinical terra-clinical-item-view ItemView UI

compile

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

compile:clean

$(cd ..; npm bin)/rimraf lib

compile:build

$(cd ..; npm bin)/babel src --out-dir lib --copy-files

lint

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

lint:js

$(cd ..; npm bin)/eslint --ext .js,.jsx . --ignore-path ../../.eslintignore

props-table

$(cd ..; npm bin)/props-table ./src/ItemView.jsx --out-dir ./docs/props-table

lint:scss

$(cd ..; npm bin)/stylelint src/**/*.scss

test

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

test:jest

$(cd ..; npm bin)/jest --config ../../jestconfig.json

test:nightwatch

$(cd ..; npm bin)/nightwatch -c ../../nightwatch.conf.js

Metadata

Downloads