https://github.com/ablypl/lazy-image-loader
https://github.com/ablypl/lazy-image-loader
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ablypl/lazy-image-loader
- Owner: ablypl
- Created: 2017-02-08T00:04:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T15:26:08.000Z (almost 9 years ago)
- Last Synced: 2025-05-12T03:55:24.500Z (8 months ago)
- Language: Vue
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Installation
```
npm install lari-lazy-image
```
# Usage
```html
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis, reprehenderit?.
import { LazyImage } from 'lari-lazy-image';
export default {
components: {
LazyImage
}
}
```