Files
backstage/.changeset/afraid-rats-invent.md
T
Charles de Dreuille 644e30343f Add report + changeset
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2026-02-12 21:49:32 +00:00

278 B

@backstage/ui
@backstage/ui
patch

Added a new FullPage component that fills the remaining viewport height below the Header.

<Header title="My Plugin" tabs={tabs} />
<FullPage>
  {/* content fills remaining height */}
</FullPage>

Affected components: FullPage