Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (26 loc) · 906 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 906 Bytes

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.

Vue Yellow Marker

Adds a text selection and highlighting functionality to your VUE components.

Build Status

Example

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