react-imagen-placeholder
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Name Description
src Required.
alt Required.
width Required.
height Required.

License

MIT

/react-imagen-placeholder/

    Package Sidebar

    Install

    npm i react-imagen-placeholder

    Weekly Downloads

    1

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    12.6 kB

    Total Files

    7

    Last publish

    Collaborators

    • carlosx