Vue.js Limit Input Characters
The Vue.js Limit Input Characters provides a simple way to count the number of characters left.
Vue.js components, plugins, and other related libraries for handling, enhancing, and manipulating HTML forms on your web applications.
The Vue.js Limit Input Characters provides a simple way to count the number of characters left.
Yet another Vue.js component to create iOS-style switches & toggle buttons in your app.
A tags input component for Vue.js 2 app, with support for typeahead & autocomplete. Preview:
A Vue 2.0 dropzone component that can be used to upload files to AWS S3.
This is a Vue.js 2 component for creating the elegant, animated input fields to improve the user experience.
A security pincode input component for Vue.js app. Usage: <template> <security-code v-model=”code”></security-code> </template> <script> import SecurityCode from ‘vue-security-code’ // Declare export default { components: { SecurityCode }, data () { return { code: ” } } } </script> Props. length: { type: Number, default: 4 }, placeholder: { type: String, default: ‘-‘ }, theme: { type: String, default: ‘block’ } Preview:
A Vue component for easily and quickly entering and validating international telephone numbers.
A simple, lightweight switch/toggle button component for Vue.js.
A vue.js component to create a circular progress bar that represents the number of characters typed in a textarea element. Usage: Import the text counter component. import Vue from ‘vue’; import VueTwitterCounter from ‘./components/VueTwitterCounter.vue’; Create a new Vue app instance. window.app = new Vue({ el: ‘#app’, components: { VueTwitterCounter, }, data () { return { message: ”, }; }, computed: { message_length () { return this.message.length; }, }, }); Default props. /* * The min rest to show the warns. */ warnLength: { type: Number, default: 20, }, /* * The length to be in danger. */ dangerAt: { type: Number,
Vue-Transmit is a lightweight Vue.js drag & drop uploader based on Dropzone.js.
A modern image cropper and image uploader for Vue.js app.
A simple, customizable tag management component for Vue.js 1.x and Vue.js 2.x app.
An input mask component for Vue.js, based on the inputmask-core library.
A custom input number (input spinner) component for Vue.js 2.