Nimbletank's React.js Components
Style agnostic React components
Maintained by Zander Martineau
npm install @nimbletank/react-components --save
Features
- Jest unit tests with Enzyme
- Prettier formatting
- StandardJS Linting
- UI development environment provided by Storybook
Tasks
-
npm test
/yarn test
to test everything -
npm run test:watch
/yarn test:watch
to watch files for changes and rerun tests related to changed files -
npm run storybook:run
/yarn storybook:run
to run storybook locally -
npm run storybook:build
/yarn storybook:build
to compile storybook for static deployment
Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, this repo is maintained under the Semantic Versioning guidelines.