terra-tabs

v2.2.0
Tabs are containers used to organize content. They allow for quick switching between groups of contextually related content. Content is divided into different containers and each container is viewable one at a time. The user can switch between containers
Cerner Terra terra-tabs Tabs 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

wdio ../../wdio.conf.js

Metadata

Downloads