0.3.0 • Published 6 years ago

@patternfly-test/react-console v0.3.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

@patternfly-react/console

This package provides VncConsole and SerialConsole React components to be used alongside patternfly-react.

The below commands are temporary and will be replaced once this repo starts using Lerna.

Installing

yarn add @patternfly-react/console

or

npm install @patternfly-react/console --save

Usage

import { VncConsole, SerialConsole } from '@patternfly-react/console'

Styling:

Example with LESS:

@import "~bootstrap/less/variables";
@import "~patternfly/dist/less/variables";
@import "~patternfly-react/dist/less/patternfly-react.less";
@import "~xterm/dist/xterm.css";
@import "~@patternfly-react/console/dist/less/console.less";

Building

yarn build

Note the build scripts for this are located in the root package.json under build:console:*.

Testing

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

yarn test packages/console

Publishing

yarn publish
0.3.0

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago