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

https://github.com/ablypl/lazy-image-loader


https://github.com/ablypl/lazy-image-loader

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Installation

```
npm install lari-lazy-image
```

# Usage
```html


Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis, reprehenderit?.


Alt tekst

import { LazyImage } from 'lari-lazy-image';
export default {
components: {
LazyImage
}
}

```