# Divider

A divider component is used to separate components with a line.

## Parameters

| Parameter | Possible Values | Required | Description |
|  --- | --- | --- | --- |
| type | `divider` | Yes | The type of component you are rendering. |
| id | Any string | No | A unique identifier for the component. |
| bottom_margin | `none` | No | Disables a component’s margin-bottom of 10px. |


## Preview