PatternFly

An open source design system built to drive consistency and unify teams.

README

PatternFly React

lerna PatternFly 4 npm badge

This project provides a set of React components for the PatternFly project.


Table of contents


Using PatternFly 3?  Take a look at the PatternFly 3 React component information.

PatternFly React packages


PackageDescription
------
**:blue_heart:
  [@patternfly/react-core](./packages/react-core/README.md)Core
  [@patternfly/react-table](./packages/react-table/README.md)Table
  [@patternfly/react-charts](./packages/react-charts/README.md)Chart
  [@patternfly/react-icons](./packages/react-icons/README.md)Icon
  [@patternfly/react-styles](./packages/react-styles/README.md)PatternFly
  [@patternfly/react-tokens](./packages/react-tokens/README.md)PatternFly
**:yellow_heart:
  [@patternfly/react-log-viewer](./packages/react-log-viewer/README.md)Virtualized
**:open_file_folder:
  [@patternfly/react-docs](./packages/react-docs/README.md)Gatsby
  [@patternfly/react-integration](./packages/react-integration/README.md)Cypress
**:family:
  [@patternfly/react-catalog-view-extension](./packages/react-catalog-view-extension/README.md)Catalog
  [@patternfly/react-virtualized-extension](./packages/react-virtualized-extension/README.md)Table
  [@patternfly/react-topology](./packages/react-topology/README.md)Topology
  [@patternfly/react-console](./packages/react-console/README.md)Console
**:x:
  [@patternfly/react-inline-edit-extension](./packages/react-inline-edit-extension/README.md)Table

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.



Start with PatternFly React seed

If you want to start with your existing project, skip to Install and configure PatternFly React.

PatternFly React seed is an open source build scaffolding utility. It gives developers a jump-start when creating new projects that will use PatternFly.


1. Fork the project


    For more information about how to fork and clone a repo, view GitHub Help.

2. Install the project

    Follow the steps outlined in the PatternFly React Seed README to install.

Install and configure PatternFly React

Using npm, run the following command to install:
  1. ```
  2.   npm install @patternfly/react-core --save
  3. ```

  OR

Using yarn, run the following command to install:
  1. ```
  2.   yarn add @patternfly/react-core
  3. ```
  
    Once the library is installed, use the specific setup instructions for that library to access the components it contains.  These can be found in the readme for each library.

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.