Skip to content

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages