# Spacer

A spacer component is used to create empty space between components.

## Parameters

| Parameter | Possible Values | Required | Description |
|  --- | --- | --- | --- |
| type | `spacer` |  | The type of component you are rendering. |
| id | Any string | No | A unique identifier for the component. |
| size | `xs``s``m``l``xl` | No | The amount of space between components.Default is `s`. |


## Preview