A10 GUI Common Library

Why do I need this library?

To have a consistent look and feel across multiple product line such as Harmony Controller, Thunder, and development teams.

Auto-generate React GUI form pages using UI JSON schema files provided by the CM team. CM uses CM schema files to generate UI JSON schema files.

Setup Issues

How do I install?

  1. Add a10-gui-common to your package.json.

"a10-gui-common": "git+https://github.com/a10networks/a10-gui-common.git"
  1. Execute npm i a10-gui-common

    $ npm i a10-gui-common

    NOTE: a10-gui-common requires a10-gui-framework and a10-gui-widgets

Coding issues

TBD

Last updated

Was this helpful?