terra-form-fieldset

v2.1.0
Generic form fieldset component which handles the layout of a standard form fieldset including help text, legend, value and widget placement.
Cerner Terra terra-form-fieldset Fieldset 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 --config ../../jestconfig.js

test:wdio

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

Metadata

Downloads