terra-action-footer

v2.4.0
The terra-action-footer component is a footer bar that contains sockets for placing actionable items such as buttons and hyperlinks. The default variation contains a start and end socket, while the centered variation has only a center socket. If no action
Cerner Terra terra-action-footer ActionFooter UI

compile

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

compile:clean

rm -rf 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 --config ../../jestconfig.js

test:wdio

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

Metadata

Downloads