# ZydLongTextTooltip

# Props

Prop name Description Type Values Default
text 显示的内容 string - ''
placement Tooltip 的出现位置 string top/top-start/top-end/bottom/bottom-start/bottom-end/left/left-start/left-end/right/right-start/right-end 'top-start'
disabled 是否需要 tooltip
@deprecated 下个版本不再使用,将使用 visible 替换
boolean - false

functional