0.0.3 • Published 2 years ago

@hmilin/react-lazy-image v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago