https://github.com/nimbletank/react-components
https://github.com/nimbletank/react-components
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nimbletank/react-components
- Owner: nimbletank
- License: mit
- Created: 2017-08-19T11:45:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T07:11:18.000Z (over 7 years ago)
- Last Synced: 2025-03-16T09:38:08.963Z (4 months ago)
- Language: JavaScript
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Nimbletank's React.js Components[](https://github.com/prettier/prettier)
[](https://standardjs.com)


[](http://makeapullrequest.com)> Style agnostic React components
Maintained by [Zander Martineau](https://github.com/mrmartineau)
```sh
npm install @nimbletank/react-components --saveyarn add @nimbletank/react-components
```## Available components
* [Button](components/Button) - `import {Button} from 'nimbletank-components'`
* [Container](components/Container) - `import {Container} from 'nimbletank-components'`
* [Heading](components/Heading) - `import {Heading} from 'nimbletank-components'`
* [H1](components/Heading) - `import {H1} from 'nimbletank-components'`
* [H2](components/Heading) - `import {H2} from 'nimbletank-components'`
* [H3](components/Heading) - `import {H3} from 'nimbletank-components'`
* [H4](components/Heading) - `import {H4} from 'nimbletank-components'`
* [H5](components/Heading) - `import {H5} from 'nimbletank-components'`
* [H6](components/Heading) - `import {H6} from 'nimbletank-components'`
* [Title](components/Heading) - `import {Title} from 'nimbletank-components'`
* [Subtitle](components/Heading) - `import {Subtitle} from 'nimbletank-components'`## Features
* [Jest](https://facebook.github.io/jest/) unit tests with [Enzyme](https://github.com/airbnb/enzyme)
* [Prettier](https://github.com/prettier/prettier) formatting
* [StandardJS](https://standardjs.com) Linting
* UI development environment provided by [Storybook](https://storybook.js.org/)## 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[](https://deploy.now.sh/?repo=https://github.com/nimbletank/react-components)
### Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, this repo is maintained under [the Semantic Versioning guidelines](http://semver.org/).## Licence
[MIT](LICENCE)