Level
Examples
Level Props
The Level component accepts the following props.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| gutter | enum | null | Adds space between children. Options are sm, md or lg | |
| className | string | '' | additional classes added to the Level layout | |
| children | node | null | content rendered inside the Level layout |
LevelItem Props
The LevelItem component accepts the following props.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| children | node | null | content rendered inside the Level Layout Item |