Simple Image Clipping Plugin For Vue 3/2
A simple, elegant image cropper for Vue.js application.
Vue.js components, plugins, and other related libraries for handling and manipulating images on your web applications.
A simple, elegant image cropper for Vue.js application.
An open-source Vue 3 plugin that adds interactive image zoom functionality to your Vue projects.
An image zoom component that applies a magnifying glass effect on images.
A responsive, accessible, touch-enabled Vue slider component for comparing before & after images on your app.
A simple, customizable, touch-enabled image zoom component for Vue apps.
A Vue component that helps generate avatars from usernames (initials).
A responsive, touch-friendly image zoomer component that allows you to zoom and pan images.
A full-featured, touch-enabled, 360° Product Image Viewer for Vue.js applications.
The advanced library that gives you the opportunity to create your own croppers suited for any website design.
Vue Responsive Image is a Vue component that allows you to quickly insert responsive image tags in your Vue project, provided you have some automated system that produces the various sizes of images required.
A 3D Model Viewer For Vue.js that supports both mouse drag and touch swipe events.
A minimal profile avatar component that supports both plain text and custom images.
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 Vue.js component to render a high-performance virtual scrolling grid using CSS Grid Layout.