https://github.com/mg-kh/render-img
React image lazy loading component
https://github.com/mg-kh/render-img
component image lazyloading porgressive-loading react
Last synced: 10 months ago
JSON representation
React image lazy loading component
- Host: GitHub
- URL: https://github.com/mg-kh/render-img
- Owner: mg-kh
- License: mit
- Created: 2022-09-20T19:12:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T15:02:27.000Z (over 3 years ago)
- Last Synced: 2025-03-28T01:50:35.936Z (about 1 year ago)
- Topics: component, image, lazyloading, porgressive-loading, react
- Language: JavaScript
- Homepage: https://render-img-reactlib.netlify.app/
- Size: 4.82 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Image Loader Component For React
React Component for image placeholder and lazy loading.
---
## Features
- Show placeholder before actual image load
- Show fallback image when actual image failed to load
- Image lazyloading
- optional blur effect
- optional background placeholder color
- custom **loader component**
---
## Usage
```javascript
import {ImageLoader} from 'render-img'
```
Made with ❤️ by - _kaung htet_