mand-mobile/components/tip
xuxiaoyan c39727fb0a test: update mand-mobile introduction 2018-12-21 18:18:05 +08:00
..
demo fix(picker): data update exception caused by refresh deferred 2018-12-14 19:54:44 +08:00
test test: update mand-mobile introduction 2018-12-21 18:18:05 +08:00
README.en-US.md doc: update readme example link 2018-12-18 16:06:20 +08:00
README.md doc: update readme example link 2018-12-18 16:06:20 +08:00
component.js feat(code clean up): 2018-09-24 15:48:57 +08:00
index.js feat(tip): add props name/icon/icon-svg/offset/fill 2018-11-15 20:50:22 +08:00
tip.vue feat(tip): add slot 2018-11-23 10:57:21 +08:00

README.en-US.md

title preview
Tip https://mand-mobile.github.io/2x-doc/examples/#/tip

Tooltip

Import

import { Tip } from 'mand-mobile'

Vue.component(Tip.name, Tip)

Code Examples

API

Tip Props

Props Description Type Default Note
name the name of tip String/Number - generally used for special class names
content the content of tip String/Number - -
placement the position of tip String top top, left, bottom, right
icon icon on the left of content String - refer to Icon for optional values
icon-svg use svg icon Boolean false -
fill filled with child elements Boolean false such as button prompts, equal width(top/bottom) or height(left/right) with buttons
offset - Object:{left, top} - -

Tip Events

@show()

Invoked after dialog is shown

@hide()

Invoked after dialog is hidden