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?
Add a10-gui-common to your package.json.
"a10-gui-common": "git+https://github.com/a10networks/a10-gui-common.git"
Execute
npm i a10-gui-common
$ npm i a10-gui-common
NOTE:
a10-gui-common
requiresa10-gui-framework
anda10-gui-widgets
Coding issues
TBD
Last updated
Was this helpful?