1. vue-cleave
Cleave component is based on cleave.js for Vue
vue-cleave
Package: vue-cleave
Created by: vue-bulma
Last modified: Tue, 28 Jun 2022 19:09:36 GMT
Version: 1.2.2
License: MIT
Downloads: 1,538
Repository: https://github.com/vue-bulma/cleave

Install

npm install vue-cleave
yarn add vue-cleave

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

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin