1.2.2 • Published 7 years ago

vue-cleave v1.2.2

Weekly downloads
230
License
MIT
Repository
github
Last release
7 years ago

Cleave

Cleave component is based on cleave.js for Vue Bulma.

Installation

$ npm install vue-cleave --save

Examples

<template>
  <cleave placeholder="Enter your credit card number" :options="{ creditCard: true }"></cleave>
</template>

<script>
import Cleave from 'vue-cleave'

export default {
  components: {
    Cleave
  }
}
</script>

Badges

npm.io npm.io


fundon.me  ·  GitHub @fundon  ·  Twitter @_fundon