@kognity/vue-yellow-marker
v2.7.2
Published
Adds a text selection and highlighting functionality to your Vue components
Downloads
31
Readme
Vue Yellow Marker
Adds a text selection and highlighting functionality to your VUE components.
Installation
npm install @kognity/vue-yellow-marker --save
Usage
import { HighlightMixin } from "@kognity/vue-yellow-marker";
export default {
name: "MyComponent",
mixins: [
HighlightMixin,
],
...
...
}
Live demo
See live examples in codesandbox
License
MIT