Backstage UI is a component library for Backstage.
Install the package via Yarn:
cd <package-dir> # if within a monorepo
yarn add @backstage/ui
When creating changesets for component-specific changes, add component metadata to help maintain documentation:
---
'@backstage/ui': patch
---
Fixed size prop handling for Avatar component.
Affected components: Avatar
Guidelines:
Affected components: Button, ButtonLink, ButtonIconThe changelog sync tool will parse these tags and update the documentation site automatically.
Components used by Backstage plugins and apps