This package has been deprecated

Author message:

this package has been deprecated. use @patternfly/patternfly-react-extensions instead.

@redallen-patternfly/patternfly-react-extensions

2.21.0 • Public • Published

patternfly-react-extensions

This package provides extensions to the Patternfly React components to be used alongside patternfly-react. The components in this package do not yet have associated patterns found on PatternFly.org.

Installing

yarn add patternfly-react-extensions

or

npm install patternfly-react-extension --save

Usage

import { <component> } from 'patternfly-react-extensions';

Styling:

Example with LESS:

@import "~bootstrap/less/variables";
@import "~patternfly/dist/less/variables";
@import "~patternfly-react/dist/less/patternfly-react.less";
@import "~patternfly-react-extensions/dist/less/patternfly-react-extensions.less";

Building

yarn build

Note the build scripts for this are located in the root package.json under yarn build.

Testing

Testing is done at the root of this repo. To only run the extensions tests:

yarn test packages/patternfly-3/patternfly-react-extensions

Publishing

yarn publish

Readme

Keywords

Package Sidebar

Install

npm i @redallen-patternfly/patternfly-react-extensions

Weekly Downloads

1

Version

2.21.0

License

Apache-2.0

Unpacked Size

523 kB

Total Files

106

Last publish

Collaborators

  • redallen