@hi-ui/ellipsis-tooltip
v4.1.8
Published
A sub-package for @hi-ui/hiui.
Downloads
53
Readme
@hi-ui/ellipsis-tooltip
这是一个文字超出后展示省略号,并且鼠标悬停时出现全部描述的组件
Usage
Props
| 参数 | 说明 | 类型 | 可选值 | 默认值 | | ------------- | ---------------------------- | ----------------- | -------------------- | -------- | | children | 文本内容 | string | | | | numberOfLines | 超出行数显示省略号 | number | 非必填 | 1 | | maxTextCount | 最大文字展示数量 | number | 非必填 | | | TooltipProps | tooltip 组件 Props | | 非必填 | |