vue-highlight-text
Vue component for highlight multiple istances of a word.
Installation
Use component
Use directive
In file vue
Props or value of directive
Name | Type | Default | Description |
---|---|---|---|
keyword | string | '' | word for highlight in message. |
sensitive | bool | true | highlight with case sensitive |
overWriteStyle | Object | {color: '#00C1E8'} | custom highlight for overwrite style by HTML DOM Style Object |