Simple File Upload Control For Vue.js – vue-upload
Yet another simple, lightweight, draggable file upload component for Vue 3 and Vue 2.
Yet another simple, lightweight, draggable file upload component for Vue 3 and Vue 2.
A touch-enabled draggable, resizable, and rotatable component for Vue.js applications.
A Vue.js component that makes it easy to embed your Tweet into applications.
A highly customizable one-time password input (also called pincode input) component for Vue 3 applications.
An inline button-style toggle switch component for Vue.js.
A Vue.js 3 plugin that has the ability to progressively load images with a blur effect just as you have seen on Medium.com. How to use it: 1. Import and register the plugin. // locally import “vue-progressive-image/dist/style.css”; import { ProgressiveImage } from “vue-progressive-image”; // globally import “vue-progressive-image/dist/style.css”; import VueProgressiveImage from ‘vue-progressive-image’ createApp(App).use(VueProgressiveImage).mount(“#app”); 2. Add the VueProgressiveImage to the template and specify the path to your image as follows: <template> <ProgressiveImage src=”1.jpg” /> </template> 3. Default props. src: String, placeholderSrc: String, fallbackSrc: String, alt: String, title: String, customClass: String, blur: , lazyPlaceholder: { type: Boolean, default: false, }, delay: {
A tiny animated sparkline chart component that also supports curve chart, bar/column chart, pie chart, dynamic data rendering, tooltip & reference line, and much more.
The GChart component is a Vue.js wrapper for the original Google Charts that features reactive data binding.
A Vue.js wrapper for Chart.js that helps you create reuseable charts for your Vuejs 1.x/2.x applications.
A Vue.js 3 component to display maps with tiled, raster, or vector layers loaded from different sources.
A Vue2/Vue3/Vite Component for SumiMakito’s Awesome-qr.js, which helps you create an awesome QR code generator in your app.
A simple yet customizable and themeable popover component for Vue 3. Based on the known PopperJS library.
A side modal component for Vue 3 that allows you to create panels sliding from the edge of the screen, with a sticky header and/or footer.
Yet another Vue 3 toast component to display customizable toast messages in order.