accessible-react-toolbox

v1.8.3
Built upon React Toolbox with accessibility in mind, a set of React components implementing Google's Material Design specification with the power of CSS Modules.
accessibility components material design react react-component toolkit

babel

babel ./components --out-dir ./lib

build

cross-env NODE_ENV=production gulp

clean

rimraf ./lib

css

cpx "./components/**/*.css" ./lib

lint

npm run lint:js && npm run lint:css

lint:css

stylelint ./components/**/*.css

lint:js

eslint ./ --ext .js

lint:staged

lint-staged

patch

bumped release patch

prebuild

npm run clean

prepublish

npm run build

release

bumped release

start

cross-env NODE_ENV=development UV_THREADPOOL_SIZE=100 node ./server

ts

tsc

tsd

cpx "./components/**/*.d.ts" ./lib

test

jest

test:watch

jest --watch --no-watchman

Metadata

  • MIT
  • >= 6
  • Unknown
  • released 11/22/2017

Downloads