最近经手的一个项目用到了高亮需求,为了下次开发方便就做成了这个库,如果对你有帮助欢迎star
npm i @boses/highlight
# 小程序工具 -> 构建npm
推荐使用方法 1
{
"usingComponents": {
"highlight": "@boses/highlight"
}
}
<highlight data="hello wrold" keyWord="wro"></highlight>
- type:
string
- required:
true
字符串数据
- type:
string
- required:
true
需要被高亮的关键词
- type:
string
- required:
false
高亮文字的颜色,默认为red
。
- type:
string
- required:
false
全局 class 类名
- type:
string
- required:
false
全局 class 下的子项
- type:
string
- required:
false
全局 class 下的高亮子项
- type:
Function
- required:
false
被点击触发