terra-status-view

v2.0.1
The status view component provides an icon, title, message, and buttons inside a view.
Cerner Terra terra-status-view StatusView 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/StatusView.jsx --out-dir ./docs/props-table

test

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

test:jest

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

test:wdio

wdio ../../wdio.conf.js

Metadata

Downloads