@hmilin/react-lazy-image
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

React Lazy Image

A react component for lazy loading images.

Installation

$ npm install --save @hmilin/react-lazy-image

Usage

import React from "react";
const App = () => {
  return (
    <div>
      <LazyImage src="/vite.svg" />
    </div>
  );
};

Readme

Keywords

none

Package Sidebar

Install

npm i @hmilin/react-lazy-image

Weekly Downloads

0

Version

0.0.3

License

none

Unpacked Size

235 kB

Total Files

7

Last publish

Collaborators

  • hmilin