Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.
/ vue-yellow-marker Public archive

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

License

Notifications You must be signed in to change notification settings

kognity/vue-yellow-marker

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published