riccardo-forina / use-patternfly

An opinionated set of hooks and components useful when building a React app with PatternFly

Home Page:https://use-patternfly.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use-patternfly

An opinionated set of hooks and components useful when building a React app with PatternFly

Build status Coverage Status Netlify Status

Visit https://use-patternfly.netlify.com to get started with use-patternfly.

User Guide

The recommended workflow is to run TSDX in one terminal:

yarn start

This builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.

Then run the example inside another:

cd example
yarn # to install dependencies
yarn start

To do a one-off build, use yarn build.

To run tests, use yarn test.

About

An opinionated set of hooks and components useful when building a React app with PatternFly

https://use-patternfly.netlify.com


Languages

Language:TypeScript 94.6%Language:HTML 2.2%Language:JavaScript 2.2%Language:CSS 0.9%Language:Shell 0.1%