https://github.com/patternfly/react-console
This package provides VncConsole, SerialConsole and DesktopViewer React components
https://github.com/patternfly/react-console
hacktoberfest
Last synced: about 1 month ago
JSON representation
This package provides VncConsole, SerialConsole and DesktopViewer React components
- Host: GitHub
- URL: https://github.com/patternfly/react-console
- Owner: patternfly
- License: mit
- Created: 2023-01-13T12:26:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T14:04:11.000Z (8 months ago)
- Last Synced: 2025-11-23T12:03:10.313Z (4 months ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 968 KB
- Stars: 4
- Watchers: 22
- Forks: 16
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
### AI-assisted development guidelines
Please reference [PatternFly's AI-assisted development guidelines](https://github.com/patternfly/.github/blob/main/CONTRIBUTING.md) if you'd like to contribute code generated using AI.