### General layout components Various wrappers, etc. ##### Layout.Wrapper Creates a simple 100vw/100vh wrapper for a view. | Prop name | Type | Default | Description | | ------------------------ | ---------------- | ---------- | ------------------------------------------| | children | node | null | Wrapper content | | id | string | '' | element's `id` attribute | | className | string | '' | element's `class` attribute |