The location that the sheet should be located within the viewport.
The size to use for sheets that have been positioned top or bottom. The supported sizes are:
The Sheet component is an extension of the Dialog
except that it is fixed
to the edges of the viewport instead of centered or full page. This component
is great for rendering a navigation tree or menus on mobile devices.
Generated using TypeDoc
The size to use for sheets that have been positioned left or right. The default supported values are:
min-width
is set to be the entire viewport width minus a touchable area andmax-width
is set to20rem
and is normally recommended for mobile devices.16rem
and generally used for landscape tablets and desktops.