Vue Plugin For Local Storage
A Vue 1.x/2.x plugin for work with local storage, session storage, and memory storage from Vue context.
A Vue 1.x/2.x plugin for work with local storage, session storage, and memory storage from Vue context.
scratchable is a Vue.js component that turns everything into touch-enabled scratch cards.
An easy resize observer directive for Vue.js 3 and 2.
A simple plain Vue.js component to create a knob that enables the user to adjust the value by draggable the dial.
A full-featured and well designed tags input component for Vue.js 3 powered app.
Vue components to easily build and display fake Discord messages on your web app. Features: Design modeled after Discord itself Comfy and compact mode support Dark and light themes support Set the message author’s username Set the message author’s avatar (choose from the default avatars or provide your own) Set the message author’s role color Display the “bot” tag on messages Display fake user, role, and channel mentions Highlight mentions (for when the “logged in user” is pinged) Set mention colors (only used for role pings) Complete embed support Simple syntax! Preview: Changelog: v5.0.2 (01/04/2021) Fix word wrap overflow issue
A small Vue.js component that creates responsive, draggable, Chrome browser style tabs for tabbed content. How to use it: Insert the component into the template. <template> <vue-tabs-chrome v-model=”tab” :tabs=”tabs” /> </template> Create a basic tabs component and define the label, key, and favicon for each tab as follows: export default { data () { return { tab: ‘Custom Tab’, tabs: } }
A highly customizable vuejs tree viewer for expanding/collapsing folder tree.
vue-beautiful-chat provides an intercom-like chat window that can be included easily in any project for free. It provides no messaging facilities, only the view component.
A Vue.js component to create sliding panels on the app.
Vue2 Component for draggable and resizable elements.
A VueJS component to export JSON Data into CSV file and download the resulting file.