vue-meow-highlight
v1.0.0
Published
[![Build Status](https://travis-ci.org/octonyat/vue-meow-highlight.svg?branch=master)](https://travis-ci.org/octonyat/vue-meow-highlight) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/b2c605edf7804a2b8ca34f8ff90f57fe)](https://www.codacy.com
Downloads
15
Readme
vue-meow-highlight
Install
npm install --save vue-meow-highlight
yarn add vue-meow-highlight
Usage
import Vue from 'vue'
import VueMeowHighlight from 'vue-meow-highlight'
Vue.use(VueMeowHighlight)
<highlight-text
content="foo bar baz"
query="ba"
/>
Development
npm install @vue/cli-service
npm install
npm run serve
Props
| Name | Type | Default | | :------------- | :------- | :----------------- | | query | string | '' | | content | string | '' | | ignoreCase | boolean | true | | palette | string[] | ['#ffff00', '#00ff00', '#00ffff'] |