Vue UI components based on Bulma

Vue + Bulma = Vulma This is a Vue UI component library based on Bulma. Prerequisites Install vue-cli $ npm i -g vue-cli Create project Using webpack template $ vue init webpack my-project $ cd my-project $ npm i
24 August 2017

Vue.js directive for masonry blocks layouting

vue-masonry Vue.js directive for masonry blocks layouting. Original masonry library. Install & Usage Get from npm: npm install vue-masonry --save or from bower bower install vue-masonry Make sure that the masonry library
24 August 2017

Drag Zone component for Vue2

Vue-Drag-Zone Drag Zone component for Vue2. Use Setup Install vue-drag-zone npm install vue-drag-zone --save // import with ES6 import Vue from 'vue' import VueDragZone from 'vue-drag-zone' // require with Webpack const Vue = require('vue') const
19 August 2017

A dynamic form wizard to split your forms easier

vue-form-wizard A dynamic form wizard to split your forms easier Vue-form-wizard is a vue based component with no external depenendcies which simplifies tab wizard management and allows you to focus on the functional
19 August 2017

Rate component for Vue

Vue Rate Rate component for Vue Installation and usage Once, install rate component for your project npm install vue-rate --save Import Vue Rate into your app import Rate from 'vue-rate'; new Vue({ components:
19 August 2017

Easy tooltips with Vue 2

v-tooltip Easy tooltips with Tooltip.js Installation Npm npm install --save v-tooltip Install the plugin into Vue: import Vue from 'vue' import VTooltip from 'v-tooltip' Vue.use(VTooltip) Or use the directive directly:
19 August 2017

A right-mouse menu plug-in for vue 2

context-menu A right-mouse menu plug-in for Vue.js 2+ How to Use npm install vue-mouse-menu --save import mouseMenu from 'vue-mouse-menu' import Vue from 'vue' Vue.use(mouseMenu) GitHub
17 August 2017

A flexible lil context menu component for Vue

vue-lil-context-menu A flexible context menu component for Vue. Pass it any menu template you like; it doesn't even have to be a menu. Always disappears when you expect it to by using an
17 August 2017

Simple File upload component for Vue.js

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.
16 August 2017

Simple and hackable file uploader for Vue 2

Vue clip Vue clip is a minimalistic and hackable file uploader for VueJs. I wrote this plugin due to the absence of well written file uploaders with fine-grained controls. Features Written in vanilla
15 August 2017

Vue.js component for Trumbowyg WYSIWYG editor

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
11 August 2017

A lightweight WYSIWYG editor for Vue.js

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
11 August 2017

An autocompletion library to autocomplete for Vue

At.js for Vue. At.js is An autocompletion library to autocomplete mentions, smileys etc. Filter/Scroll/Insert/Delete Keyboard/Mouse events Plain-text based, no jQuery, no extra nodes ContentEditable Avatars, custom templates
11 August 2017

Vue component for Froala WYSIWYG HTML Rich Text Editor

Vue JS Froala WYSIWYG Editor vue-froala-wyswiyg provides Vue bindings to the Froala WYSIWYG editor VERSION 2. Froala Editor is a lightweight WYSIWYG HTML Editor written in Javascript that enables rich text editing capabilities
10 August 2017

A MediumEditor component for Vue 2

vue2-medium-editor A medium-editor component for Vue2. For Vue1 checkout branch 1.0. Live Demo https://franzskuffka.github.io/vue-medium-editor/ GitHub
10 August 2017

A mobiledoc editor component toolkit for Vuejs

Vue Mobiledoc Editor A Mobiledoc editor written using Vue and Mobiledoc Kit. Installation npm install vue-mobiledoc-editor The vue-mobiledoc-editor will install the mobiledoc-kit package as a dependency and load its assets. GitHub
10 August 2017

Tiny input/directive mask for currency

v-money Mask for Vue.js Tiny input/directive mask for currency eatures Lightweight (<2KB gzipped) Dependency free Mobile support Component or Directive flavors Accept copy/paste Editable Live Demo https://vuejs-tips.github.
10 August 2017

A simple nice toggle button with Vue.js 2

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
08 August 2017

A graceful, highly customizable img type input for Vue 2

Vue-Img-Inputer A graceful, highly customizable img type input for Vue 2 Features Bind value with v-model Support Pic preview/drop-select/max-size Two themes Convenient custom Live Demo http://waynecz.github.io/VueImgInputer/index.
07 August 2017

Autocomplete component for Vue.js

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
07 August 2017

Vue2 Component for draggable and resizable elements

VueDraggableResizable Vue2 Component for draggable and resizable elements. Features No dependencies Use draggable, resizable or both Define handles for resizing Restrict size and movement to parent element Snap element to custom grid Restrict
04 August 2017