mand-mobile/components/tip
xuxiaoyan 6ce354ea7e fix(tip): add arrow for left/right 2018-09-13 15:44:27 +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): update to 2.0 style 2018-08-28 16:43:24 +08:00
tip.vue fix(tip): add arrow for left/right 2018-09-13 15:44:27 +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