# ToolTips 文字提示
常用于提示信息。

## 基础用法

:::demo 使用`f-icon`嵌入图标
````html
<div class="box flex-column">
    <efly-upload width="100%"></efly-upload>
    <efly-upload class="mar-t-default" width="100%" size="small"></efly-upload>
    <efly-upload class="mar-t-default" width="100%" size="mini"></efly-upload>
</div>

````
:::

## 参数说明
| 参数      | 说明    | 类型      | 可选值       | 默认值   |
|---------- |-------- |---------- |-------------  |-------- |
| size     | 大小   | String  |     small / mini        |    -     |
| width     | 宽度   | String  |     -        |    auto     |

## 事件
| 事件名称      | 说明    | 回调参数   
|---------- |-------- |---------- |
| change    | 选择文件事件   |  -  |

