1.2.3 • Published 2 years ago

@codingbycat/react-picture-viewer v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-picture-viewer

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @codingbycat/react-picture-viewer

Usage

import React from 'react'

import PictureViewer from 'react-picture-viewer'
import 'react-picture-viewer/dist/index.css'

function App() {
  return (
    <PictureViewer picture={{ alt: 'img1', src: 'imgURL'}} />
  )
}

License

MIT © codingbycat

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

3 years ago

1.1.5

3 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago