Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/victorgarciaesgi/vue-blur-loader

A vue component to load images with a blur animation like the site Medium
https://github.com/victorgarciaesgi/vue-blur-loader

Last synced: 4 days ago
JSON representation

A vue component to load images with a blur animation like the site Medium

Awesome Lists containing this project

README

        

# Vue-blur-loader

A Vue.js component to load images with a blur animation like the site Medium



## Installation

```bash
npm install vue-blur-loader --save

#or

yarn add vue-blur-loader

```

## Usage

```javascript
import BlurLoader from 'vue-blur-loader'

export default {
...,
components: { BlurLoader }
}
```

```html

```

```src``` and ```smallSrc``` can either be an url or a local path or even require with your module bundler

```html

```

You can also provide an element which will be showing before the small image load if the internet connexion is really slow (like a loader gif)

```html

```