Style agnostic React components
Maintained by Zander Martineau
npm install @nimbletank/react-components --save
yarn add @nimbletank/react-components
- Button -
import {Button} from 'nimbletank-components'
- Container -
import {Container} from 'nimbletank-components'
- Heading -
import {Heading} from 'nimbletank-components'
- H1 -
import {H1} from 'nimbletank-components'
- H2 -
import {H2} from 'nimbletank-components'
- H3 -
import {H3} from 'nimbletank-components'
- H4 -
import {H4} from 'nimbletank-components'
- H5 -
import {H5} from 'nimbletank-components'
- H6 -
import {H6} from 'nimbletank-components'
- Title -
import {Title} from 'nimbletank-components'
- Subtitle -
import {Subtitle} from 'nimbletank-components'
- Jest unit tests with Enzyme
- Prettier formatting
- StandardJS Linting
- UI development environment provided by Storybook
npm test
/yarn test
to test everythingnpm run test:watch
/yarn test:watch
to watch files for changes and rerun tests related to changed filesnpm run storybook:run
/yarn storybook:run
to run storybook locallynpm run storybook:build
/yarn storybook:build
to compile storybook for static deployment
For transparency into our release cycle and in striving to maintain backward compatibility, this repo is maintained under the Semantic Versioning guidelines.