DrawerLayout provides a 1 column application layout with a drawer that can be shown or hidden upon requests.
The drawer takes up most of the screen on mobile and about roughly 1/6 - 1/8 on a desktop (not fact checked yet).
Mobile: +------------------------------------------------------------------------------+ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +------------------------------------------------------------------------------+
Desktop: +------------------------------------------------------------------------------+ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +------------------------------------------------------------------------------+
children is an array of content passed to this Component.
values is a hash of values used in the template.
Generated using TypeDoc
DrawerLayout provides a 1 column application layout with a drawer that can be shown or hidden upon requests.
The drawer takes up most of the screen on mobile and about roughly 1/6 - 1/8 on a desktop (not fact checked yet).
Mobile: +------------------------------------------------------------------------------+ | | | | | | | | | | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
+------------------------------------------------------------------------------+
Desktop: +------------------------------------------------------------------------------+ | | | | | | | | | | | | | | | | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
+------------------------------------------------------------------------------+