terra-form-select

v2.6.0
The select component is a form input with a drop down list of options that allows for single selection.
Cerner Terra terra-form-select Form Select 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:nightwatch

test:jest

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

test:nightwatch

nightwatch -c ../../nightwatch.conf.js

Metadata

Downloads