0.0.3 • Published 1 year ago

@hmilin/react-lazy-image v0.0.3

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

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago