# @patternfly/react-templates

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

### Installing

```sh
yarn add @patternfly/react-templates
```

or

```sh
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:

```js
import '@patternfly/react-core/dist/styles/base.css';
```

```js
import { SimpleSelect } from '@patternfly/react-templates';
```
 
 