1.0.1 • Published 5 years ago

@pga/pga-championship-library v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

pga-championship-library

Travis npm package Coveralls npm bundle size (minified)

React Component Library for Championship website.

How to use

  • run npm install --save @pga/pga-championship-library in project directory
  • import components into your project, for example: import { Header } from '@pga/pga-championship-library'

How To Contribute

  • Create component and be sure to:
    • Add your component inside src/
    • export it at src/index.js
    • Make sure it's well tested in src/__tests__
  • Make a PR! CircleCI should automatically deploy to NPM and publish new changes to our component library website on merge with master.
    • IMPORTANT Before making a PR: run npm run bump-version to change the version number in package.json

Happy hacking!