Files
backstage/packages/ui
dependabot[bot] 9c766827d7 build(deps-dev): bump storybook from 10.1.9 to 10.1.10
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 10.1.9 to 10.1.10.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.10/code/core)

---
updated-dependencies:
- dependency-name: storybook
  dependency-version: 10.1.10
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-18 18:58:27 +00:00
..
2025-10-16 19:08:27 +01:00
2025-12-17 22:10:56 +00:00
2025-12-16 14:08:20 +00:00
2025-11-30 09:11:46 +00:00

@backstage/ui

Backstage UI is a component library for Backstage.

Installation

Install the package via Yarn:

cd <package-dir> # if within a monorepo
yarn add @backstage/ui

Documentation

Writing Changesets for Components

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:

  • Component names: Use PascalCase as they appear in imports (Avatar, ButtonIcon, SearchField)
  • Multiple components: Affected components: Button, ButtonLink, ButtonIcon
  • General changes: Omit the metadata line (build changes, package-level updates)
  • Placement: The line can appear anywhere in the description

The changelog sync tool will parse these tags and update the documentation site automatically.