Skip to content

florkbr/react-component-groups

 
 

Repository files navigation

PatternFly React Component Groups

This repo contains a set of opinionated react component groups used to standardize functionality and look and feel across products. The components are based of PatternFly with some additional functionality.

Building for production

  • run yarn install
  • run yarn build

Development

  • run yarn install
  • run yarn start to build and start the development server

Testing and Linting

  • run yarn test to run the tests for the demo component
  • run yarn lint to run the linter

A11y testing

  • run yarn build:docs followed by yarn serve:docs, then run yarn test:a11y in a new terminal window to run our accessibility tests for the components. Once the accessibility tests have finished running you can run yarn
  • serve:a11y to locally view the generated report.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.7%
  • TypeScript 44.3%