Vue Cookie Law EU Cookie Law Plugin for Vue.js. Live Demo GitHub
vue-letter-avatar An elegant and easy to use letter avatar component for vue.js 2.0+ GitHub
Vue.js syntax highlighting made easy, using highlight.js.
vue-particles Vue.js component for particles backgrounds . Live Demo http://vue-particles.netlify.com/ GitHub
Datepicker A datepicker Vue component. Compatible with Vue 1.x and Vue 2.x Live Demo https://www.webpackbin.com/bins/-KhQbtTSVuU6r8VCrIdC GitHub
Vue-flatPickr Vue.js v2.x component for Flatpickr date-time picker Features Reactive v-model value You can change flatpickr value programmatically Reactive config options You can change config options dynamically Component will watch for any changes and r
Vue-Bootstrap-DatetimePicker Vue.js v2.x component for eonasdan-bootstrap-datetimepicker Features Reactive v-model value You can change datepicker value programmatically Reactive config options You can change config options dynamically Component will watc
vue-jalaali-datepicker Jalaali calendar and datepicker for vue.js 2 GitHub
vue-circle-slider Circle slider component for Vue.js Live Demo https://devstark-com.github.io/vue-circle-slider-demo/ GitHub
v-autocomplete Autocomplete component for Vue.js This component is css-free. The idea is to be used with any framework. Live Demo https://paliari.github.io/v-autocomplete/ GitHub
vue-input-tag Vue.js 2.0 Input Tag Component. A Vue.js 2.0 input tag component inspired in react-tagsinput Live Demo https://tucci.me/vue-input-tag/ GitHub
Vue Switches A Vue.js component for simple switches with theme support for bulma, bootstrap and custom themes. Installation npm install vue-switches --save Live Demo http://drewjbartlett.com/demos/vue-switches/ GitHub
vue-js-toggle-button Vue.js 2 toggle / switch button - simple, pretty, customizable. Feel free to ask questions or propose features in the "Issues" section. Live Demo http://vue-js-toggle-button.yev.io/ GitHub
Vue Masked Input Dead simple masked input component for Vue.js 2.X. Based on inputmask-core. Live Demo https://niksmr.github.io/vue-masked-input/ GitHub
vue wysiwyg A lightweight WYSIWYG editor for Vue.js Usage In your main.js: Vue.use(wysiwyg, {}); // config is optional. more below Also make sure to load the stylesheet. The exact syntax will depend on what preprocessor you use. @import "~vue-wysiwyg
Vue-Trumbowyg Vue.js v2.x component for Trumbowyg WYSIWYG editor Features Reactive v-model value You can change editor value programmatically Play nice with vee-validate validation library GitHub
vue-simple-upload An simple file upload component for vue.js. Installation npm install vue-simple-upload Usage vue-simple-upload is a UMD module, which can be used as a module in both CommonJS and AMD modular environments. When in non-modular environment,
vue2-multi-uploader A drag and drop multiple file uploader component that uses Vue.js v2 and Axios. Uploader shows file names, sizes and total size of files added. It also allows setting a minimum required number of files to upload. Latest Optional maxIte
vue-dropzone A Vue component for file uploads, powered by Dropzone.js. Install // For Vue.js 2.0+ npm install [email protected]^2.0.0 You'll also need to load either the Material Icon or FontAwesome icon kits depending on which style of icon you'd like.
vue-password-strength-meter Interactive password strength meter based on zxcvbn for vue.js Live Demo https://apertureless.github.io/vue-password-strength-meter/ GitHub