terra-clinical-header

v3.33.0
A Header component that allows elements to be placed on the left and right ends of the header with a left aligned title in the center.
Cerner Terra Clinical terra-clinical-header Header 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-header

Metadata

Downloads