PatternFly 3 React
March 2, 2020 · View on GitHub
This project provides a set of React components for the old V3 version of the PatternFly project.
Community: PatternFly website | Slack | Medium | Mailing list
Table of contents
PatternFly 3 React packages
| Package link | Description |
|---|---|
| :blue_heart: Core packages | |
| patternfly-react | Core set of components |
| patternfly-react-extensions | Extensions |
| patternfly-react-wooden-tree | Wooden tree view |
| react-console | Console |
Setup
Before you begin, check out this overview of PatternFly to get familiar with the basic elements of the design system.
Install a package manager
Install a package manager before using the PatternFly libraries.
Install and configure PatternFly React
-
Using npm, run the following command to install:
npm install patternfly-react --saveOR
-
Using yarn, run the following command to install:
yarn add patternfly-reactOnce the library is installed, use the specific setup instructions for that library to access the components it contains.
Contribution guidelines
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.
License
PatternFly React is licensed under the MIT License.