This project provides a set of React components for the old V3 version of the PatternFly project.
Community: PatternFly website | Slack | Medium | Mailing list
Package link | Description |
---|---|
💙 Core packages | |
patternfly-react | Core set of components |
patternfly-react-extensions | Extensions |
patternfly-react-wooden-tree | Wooden tree view |
react-console | Console |
Before you begin, check out this overview of PatternFly to get familiar with the basic elements of the design system.
Install a package manager before using the PatternFly libraries.
-
Using npm, run the following command to install:
npm install patternfly-react --save
OR
-
Using yarn, run the following command to install:
yarn add patternfly-react
Once the library is installed, use the specific setup instructions for that library to access the components it contains.
All React contributors must first be PatternFly community contributors. If you're already a PatternFly community contributor, check out the React contribution guidelines to make React contributions.
PatternFly React is licensed under the MIT License.