644e30343f
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
278 B
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