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
| Package | github.com/busdk/bus-ui/pkg/uicatalog |
|---|---|
| Read | ComponentCatalog |
| Write | WriteComponentCatalog |
| CLI | bus-ui catalog --format json |
Example
doc := uicatalog.ComponentCatalog()
err := uicatalog.WriteComponentCatalog(os.Stdout, "json")
