-
Notifications
You must be signed in to change notification settings - Fork 357
Home
zallen edited this page Jul 17, 2019
·
4 revisions
Patternfly-react is a library of React components that use PatternFly 3 or Patternfly 4 CSS.
We release our packages on npm. Just npm install [package]
or yarn install [package]
! We welcome extensions into our monorepo, like tables and charts. Here are our packages:
PatternFly 3
- patternfly-react Core components using PatternFly 3 CSS.
- patternfly-extensions Other components using PatternFly 3 CSS.
- patternfly-react-wooden-tree Reexport react-wooden-tree with PatternFly 3 design.
- @patternfly/react-console Implement browser-based consoles with PatternFly 3 design.
PatternFly 4
- @patternfly/react-core Core components using PatternFly 4 CSS.
- @patternfly/react-charts Victory charts using PatternFly 4 CSS.
- @patternfly/react-table Reactabular using PatternFly 4 CSS.
- @patternfly/react-topology A set of topology components using PatternFly4 CSS.
- @patternfly/react-virtualized-extension A virtual table for Reactabular.
- @patternfly/react-inline-edit-extension Core components using PatternFly 4 CSS.
- @patternfly/react-icons FontAwesome icons as React Components.
- @patternfly/react-styles Our wrapper of emotion.sh and also a classname generator for use in @patternfly/react-core.
The latest
tag points to our tested and verified latest release. The most recent version is a rolling release that builds off our master branch. We promote our rolling release to latest
on important feature updates. Docs for these latest
versions are available at patternfly.org/v4/documentation/react. Documentation for prereleases
is available at patternfly-react.surge.sh.