mand-mobile/components/tip
xuxiaoyan 9b365ddb74 site&example:add default title to examples & update docs 2018-06-21 11:34:49 +08:00
..
demo site&example:add default title to examples & update docs 2018-06-21 11:34:49 +08:00
test Initial commit 2018-03-26 16:04:04 +08:00
README.en-US.md correct tip and toast 2018-06-06 20:10:16 +08:00
README.md feat(tip, toast): enable passing number instead of string. 2018-04-26 11:00:53 +08:00
component.js Initial commit 2018-03-26 16:04:04 +08:00
index.js feat(tip, toast): enable passing number instead of string. 2018-04-26 11:00:53 +08:00
tip.vue Merge 'feature_en_doc' branch 2018-06-11 18:55:33 +08:00

README.en-US.md

title preview
Tip https://didi.github.io/mand-mobile/examples/#/tip

Tooltip

Import

import { Tip } from 'mand-mobile'

Vue.component(Tip.name, Tip)

Code Examples

API

Tip Props

Props Description Type Default Note
content the content of tip String Number -
placement the position of tip String top top, left, bottom, right

Tip Instance Events

@show()

Invoked after dialog is shown

@hide()

Invoked after dialog is hidden