# lte-info-box

## Props

| Name | Data Type |  Two-way | Default Value | Description |
| --- | --- | --- | --- | --- |
| icon | string | | | 设置 `info-box` 的图标 |
| iconBg | string | | | 通过具体颜色设置图标背景色（如果同时设置iconBg和iconBgClass，会覆盖iconBgClass） |
| iconBgClass | string | | | 通过class设置图标背景颜色（如果同时设置iconBg和iconBgClass，会被iconBg覆盖） |
| boxBg | string | | | 通过具体颜色设置info-box背景色（如果同时设置boxBg和boxBgClass，会覆盖boxBgClass） |
| boxBgClass | string | | | 通过class设置info-box背景颜色（如果同时设置boxBg和boxBgClass，会被boxBg覆盖） |

## Slots

| Name | Description |
| --- | --- |
| default | 设置info-box内容 |


## Events

| Name | Paramters | Description |
| --- | --- | --- |
