Files
backstage/.changeset/bui-table-skeleton-loading.md
T
Jonathan Roebuck 36d9e1b56e docs(ui): update changeset with affected component
Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
2026-03-13 18:29:26 +00:00

406 B

@backstage/ui
@backstage/ui
patch

Improved the Table component loading state to show a skeleton UI with visible headers instead of plain "Loading..." text. The table now renders its full structure during loading, with animated skeleton rows in place of data. The loading state includes proper accessibility support with aria-busy on the table and screen reader announcements.

Affected components: Table