Skip to content

Latest commit

 

History

History

README.md

@patternfly/react-templates

This package provides wrapped Patternfly component demos with a streamlined API for ease of use.

Installing

yarn add @patternfly/react-templates

or

npm install @patternfly/react-templates --save

Usage

It's strongly advised to use the PatternFly Base CSS in your whole project, or some components may diverge in appearance:

import '@patternfly/react-core/dist/styles/base.css';
import { SimpleSelect } from '@patternfly/react-templates';