Bus UI Tooling

ComponentCatalog is the reusable UI inventory.

Use it when docs, tests, or downstream audits need the same list of reusable UI concepts, components, runtime helpers, and tools.

Public API

Packagegithub.com/busdk/bus-ui/pkg/uicatalog
ReadComponentCatalog
WriteWriteComponentCatalog
CLIbus-ui catalog --format json

Example

doc := uicatalog.ComponentCatalog()
err := uicatalog.WriteComponentCatalog(os.Stdout, "json")

Back to tooling.