1.0.5 • Published 1 year ago

wechat_ellipsis v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

wechat_ellipsis

介绍

一个小程序文本可控展开收起的组件

引入

app.jsonindex.json中引入组件

"usingComponents": {
  "wechat-ellipsis": "wechat-ellipsis"
}

代码演示

一行省略

通过content注入展示的文本, 通过row属性控制展示多少行。

<wechat-ellipsis content="这是一行示例文本展示" row="1" />

API

Props

参数说明类型默认值
content内容string-
row展示多少行number1
actionText展开标签内容string展开
actionColor展开标签字体样式stringcornflowerblue
expandText收缩标签内容string收起
expandColor收起标签字体样式stringcornflowerblue
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago