1.1.1 • Published 7 years ago

m-balloon v1.1.1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
7 years ago

Balloon


简单的文字提示气泡框。

何时使用

可用来代替系统默认的 title 提示,提供一个按钮/文字/操作的文案解释。

<Balloon content="我是内容~~">点我~</Balloon>

API

参数说明类型默认值
placement气泡框位置,可选 top,left ,right,bottom,topLeft ,topRight,bottomLeft, bottomRight,leftTop, leftBottom, rightTop, rightBottomstring'bottomLeft'
visible气泡内的关闭按钮是否可见booleanfalse
onVisibleChange气泡内的关闭按钮可见属性值发生改变后的回调function
content提示信息string/node