terra-visually-hidden-text

v2.22.0
Text that is designed to only be read by a screen reader.
Cerner Terra terra-visually-hidden-text VisuallyHiddenText UI

compile

babel --root-mode upward 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

precompile

rm -rf lib

test

npm run jest && npm run wdio

jest

jest --config ../../jestconfig.js

wdio

cd ../.. && npx wdio ./packages/$npm_package_name/wdio.conf.js

Metadata

Downloads