3.2.5 • Published 2 months ago

@open-amt-cloud-toolkit/ui-toolkit-react v3.2.5

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 months ago

UI Toolkit React

CodeQL Build Codecov OSSF-Scorecard Score Discord

Disclaimer: Production viable releases are tagged and listed under 'Releases'. All other check-ins should be considered 'in-development' and should not be used in production

The UI Toolkit provides prebuilt, React-based components for integrating remote management features such as a keyboard, video, mouse (KVM) control into a web-based management console UI. The controls have a reference UI and layout that can be customized further to seamlessly integrate with existing management console solutions.

For detailed documentation about Getting Started with the UI Toolkit or other features of the Open AMT Cloud Toolkit, see the docs.

Prerequisites

To succesfully deploy the UI Toolkit using React, the following software must be installed on your development system:

Create a New React App

The React app can be created in any preferred development directory. The MPS can continue to run while creating and running the app.

  1. In a Command Prompt or Terminal, go to your preferred development directory.

  2. Run the following commands to create sample React app named my-app.

    npx create-react-app my-app && cd my-app

Add UI Toolkit

  1. Run the following command to add the UI Toolkit and install the required dependencies:

    npm install @open-amt-cloud-toolkit/ui-toolkit-react
  2. Run the following commands to start the web UI locally:

    npm start
  3. By default, React apps run on port 3000. If port 3000 is already used by the MPS server or any other application, you'll be prompted to use another port. If this happens, enter 'Y'.

    Sample Output:

    You can now view my-app in the browser.
    Local: http://localhost:3000
    On Your Network: http://172.16.17.4:3000

Additional Resources

License Note

If you are distributing the FortAwesome Icons, please provide attribution to the source per the CC-by 4.0 license obligations.

3.2.5

2 months ago

3.2.4

2 months ago

3.2.3

2 months ago

3.2.2

3 months ago

3.2.1

4 months ago

3.2.0

5 months ago

3.1.2

6 months ago

3.0.4

8 months ago

3.0.3

9 months ago

3.1.1

6 months ago

3.1.0

7 months ago

3.0.1

11 months ago

3.0.5

7 months ago

3.0.0

1 year ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.5.0

3 years ago