react-image-suspense
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

react-image-suspense

import { Image } from 'react-image-suspense'

const App = () => {
  return (
    <Suspense>
      <Image src="..." />
    </Suspense>
  )
}

Readme

Keywords

Package Sidebar

Install

npm i react-image-suspense

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

792 kB

Total Files

16

Last publish

Collaborators

  • leehyunjin