mark-keyword-style
v1.1.4
Published
Tag search terms
Downloads
2
Readme
📚 文档
| 位置 | 链接 | | --- | --- | | npm仓库 | 链接 |
目录结构
# markKeywords
├─ src
│ ├─ index.js # 模块代码
├─ package.json # 配置信息
🚀 开发
安装
npm i mark-keyword-style --save
使用
import { markKeywords } from "mark-keyword-style";
#参数说明
## markKeywords(optionList,keywords,customKey={fieldName:'',color:'red',newFieldName: 'customLabel'})
## optionList(required)
--搜索结果的对象数组
## keywords(required)
--搜索的字段
## customKey(required)
--用户自定义搜索关键词样式的处理
###customKey.fieldName(required)
--用户搜索对应的字段名称
###customKey.color(selected)
--用户可自定义搜索结果关键字颜色渲染样式
###customKey.newFieldName:(selected)
--用户自定义新生成的字段