An open API service indexing awesome lists of open source software.

https://github.com/patternfly/react-console

This package provides VncConsole, SerialConsole and DesktopViewer React components
https://github.com/patternfly/react-console

hacktoberfest

Last synced: 8 months ago
JSON representation

This package provides VncConsole, SerialConsole and DesktopViewer React components

Awesome Lists containing this project

README

          

# React Console

This package provides VncConsole, SerialConsole and DesktopViewer React components
to be used alongside patternfly-react to access virtual machine or server consoles.

### Installing

```
yarn add @patternfly/react-console
```

or

```
npm install @patternfly/react-console --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 { VncConsole, SerialConsole } from '@patternfly/react-console';
```

### 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.

```
yarn test
```

### Publishing

```
yarn publish
```