Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vue-cleave

vue-bulma1.9kMIT1.2.2

Cleave component is based on cleave.js for Vue

vue, vue-cleave, cleave, javascript, html, format, form, input

readme

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


fundon.me  ·  GitHub @fundon  ·  Twitter @_fundon