# Gap
Generally used to replace margin or padding in page layout; or serve as a (bottom) placeholder element.
## Basic Usage
Set the title through the `height` property and background color through the `background` property.
```html
```
## Custom Background Color
```html
```
## Custom Height
```html
```
## Bottom Safe Area
```html
```
## Attributes
| Parameter | Description | Type | Options | Default | Version |
|----------------|----------------------------|---------------------|-------------|-------------|----------|
| height | Height | `string`/`number` | - | 15 | - |
| bgColor | Background color | string | - | transparent | - |
| safeAreaBottom | Enable bottom safe area | boolean | true/false | false | - |
## External Classes
| Class Name | Description | Version |
|---------------|------------------|----------|
| custom-class | Custom style | - |