FullHeight
A div container with a height of window.innerHeight.
When CSR, the height is specified via useLayoutEffect.
This is useful when implementing pages that fill mobile screens.
Examples
<FullHeight>
<Foo />
</FullHeight>
A div container with a height of window.innerHeight.
When CSR, the height is specified via useLayoutEffect.
This is useful when implementing pages that fill mobile screens.
<FullHeight>
<Foo />
</FullHeight>