Word Highlighter For Vue.js

Install & Download:

# Yarn
$ yarn add vue-highlighter
# NPM
$ npm install vue-highlighter --save

Description:

A Vue directive for highlighting multiple instances of a word.

Preview:

Word Highlighter For Vue.js

Changelog:

v2.6.0 (10/09/2020)

  • Enhancement: Hex color now accept also lowercase values (this result to be better than use .toUppercase() on string to test)

Add Comment