Warning! This project is not maintained any more. Be aware that it has security issues in some dependencies. They can be fixed by updating dependecies versions.
Adds a text selection and highlighting functionality to your VUE components.
npm install @kognity/vue-yellow-marker --save
import { HighlightMixin } from "@kognity/vue-yellow-marker";
export default {
name: "MyComponent",
mixins: [
HighlightMixin,
],
...
...
}
See live examples in codesandbox
MIT