terra-alert

v2.8.0
The Terra Alert component is a notification banner that can be rendered in your application when there is information that you want to bring to the user's attention. The Alert component supports a number of built-in notification types that render with pre
Cerner Terra terra-alert Alert 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 ../../wdio.conf.js

Metadata

Downloads