1.0.3 • Published 2 years ago

react-imagen-placeholder v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React Imagen PlaceHolder

Imagen with PlaceHolder for react

npm version Build Status Bundle size

Installation

Install with npm:

npm install --save react-imagen-placeholder

Usage

Import the component

import { ImagenPlaceHolder } from 'react-imagen-placeholder';
<ImagenPlaceHolder 
    src=""
    alt=""
    width={100}
    height={100}
    placeHolder={true}
/>

Props

NameDescription
srcRequired.
altRequired.
widthRequired.
heightRequired.

License

MIT