Skip to content

nimbletank/react-components

Repository files navigation

Nimbletank's React.js Components

styled with prettier JavaScript Style Guide PRs Welcome

Style agnostic React components

Maintained by Zander Martineau

npm install @nimbletank/react-components --save

yarn add @nimbletank/react-components

Available 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'

Features

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

Deploy to now

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, this repo is maintained under the Semantic Versioning guidelines.

Licence

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published