Skip to content

This package provides VncConsole, SerialConsole and DesktopViewer React components

License

Notifications You must be signed in to change notification settings

patternfly/react-console

Folders and files

NameName
Last commit message
Last commit date
Mar 14, 2025
Oct 24, 2024
Jan 16, 2023
Jan 16, 2023
Feb 27, 2023
Jun 14, 2023
Jan 16, 2023
Jan 16, 2023
Jan 16, 2023
Jul 30, 2024
Jan 16, 2023
Jan 16, 2023
Jun 14, 2023
Sep 18, 2024
Jan 16, 2023
Jan 16, 2023
Jan 16, 2023
Oct 24, 2024

Repository files navigation

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:

import '@patternfly/react-core/dist/styles/base.css';
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