This package provides wrapped Patternfly component demos with a streamlined API for ease of use.
yarn add @patternfly/react-templatesor
npm install @patternfly/react-templates --saveIt'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';