0.0.5 • Published 10 months ago

react-medium-image v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

React Medium Image

A medium-style image viewer.

Installation

npm install react-medium-image

Usage

import MediumImage from "react-medium-image"

const ui = (
  <MediumImage margin={48} zoomIcon={<ArrowsPointingOutIcon />}>
    <img alt="..." src="https://..." />
  </MediumImage>
)

Thanks

Thanks to react-medium-image-zoom for the inspiration behind this library and some of the original implementation I borrowed from.

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago