1.0.1 • Published 5 years ago

@boses/highlight v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

文字高亮(小程序)

背景

最近经手的一个项目用到了高亮需求,为了下次开发方便就做成了这个库,如果对你有帮助欢迎star

文章:小程序文字高亮

使用方法

  1. npm 下载
npm i @boses/highlight
# 小程序工具 -> 构建npm
  1. 拷贝 dist 目录到小程序

快速使用

  • index.json
{
  "usingComponents": {
    "highlight": "@boses/highlight"
  }
}
  • index.wxml
<highlight data="hello wrold" keyWord="wro"></highlight>

api 相关

  • prop
nametypedefaultdescribe
dataStringnone字符串数据
keyWordStringnone需要被高亮的关键词
colorStringred高亮文字的颜色
  • class 相关
namedescribe
cs-class全局 class 类名
cs-class-i全局 class 下的子项
cs-class-i-h全局 class 下的高亮子项
  • 事件相关 bind:click 被点击触发

License

MIT