1.0.0 • Published 4 years ago

vue-meow-highlight v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

vue-meow-highlight

Build Status Codacy Badge

npm.io

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

NameTypeDefault
querystring''
contentstring''
ignoreCasebooleantrue
palettestring[]'#ffff00', '#00ff00', '#00ffff'

License

MIT License