# Space ```rust demo view! { } ``` ### Vertical ```rust demo view! { } ``` ### Gap ```rust demo view! { } ``` ### Space Props | Name | Type | Default | Description | | -------- | ----------------------------------- | -------------------- | ---------------------------------------- | | class | `OptionalProp>` | `Default::default()` | Addtional classes for the space element. | | vertical | `bool` | `false` | Whether to lay out vertically. | | gap | `SpaceGap` | `SpaceGap::Medium` | Space's gap. | | children | `Children` | | Space's content. |