SammyIsra/photostream-react

Ability to use a custom components instead of Photo for items on the stream

Opened this issue · 1 comments

If you pass a component to <Photostream /> so that if exists, use that instead of <Photo />

This can be an alternate to #8. If we pass a custom component, that component can have its own event handlers.

Remember to include documentation on how to deal with event handlers, and what props are passed to the custom component.