React component for viewing photos list of Flicker user
npm install react-flicker-photos> React component for viewing photos list of Flicker user
 
``bash`
npm install --save react-flicker-photos
`jsx
import React, { Component } from 'react'
import ReactFlickerPhotos from 'react-flicker-photos'
class Example extends Component {
render () {
return (
ClickCallback={ClickCallback}
ImagesPerPage={ImagesPerPage} />
)
}
}
``
property | Type | Description |
-----------------------:|:--------:|:----------------------------------------------:|
src | String | Photo original size source url |
title | String | Photo title |
(MIT) © AbdallahZac