terra-clinical-header

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

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

test

npm run test:jest && npm run test:wdio

test:jest

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

test:wdio

../../node_modules/.bin/wdio ../../node_modules/terra-dev-site/config/wdio/wdio.conf.js

Metadata

Downloads