Backstage
    Preparing search index...

    Variable FullPageConst

    FullPage: ForwardRefExoticComponent<FullPageProps & RefAttributes<HTMLElement>> = ...

    A component that fills the remaining viewport height below the Header.

    The FullPage component consumes the --bui-header-height CSS custom property set by the Header component to calculate its height as calc(100dvh - var(--bui-header-height, 0px)). Content inside the FullPage scrolls independently while the Header stays visible.