0.0.3 • Published 3 years ago

@hmilin/react-lazy-image v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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>
  );
};
0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago