Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 875 Bytes

File metadata and controls

39 lines (24 loc) · 875 Bytes

@patternfly/react-topology

This package provides Topology View components based on [PatternFly 4][patternfly-4]

Prerequisites

Node Environment

This project currently supports Node Active LTS releases. Please stay current with Node Active LTS when developing patternfly-react.

For example, to develop with Node 8, use the following:

nvm install 8
nvm use 8

This project also requires a Yarn version of >=1.6.0. The latest version can be installed here.

Installing

yarn add @patternfly/react-topology

or

npm install @patternfly/react-topology --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';