Skip to content

brownieboy/react-images-selector

Repository files navigation

React Images Selector

A stateless image selector for React. Let's you pass in a array of available images and passes back events to let you know which one has been selected. Available as single (radio button) or multiple (checkbox) selector.

React Images Selector - animated demo

Documentation

See documentation https://brownieboy.github.io/react-images-selector/

Contributing

Please read the Contributing Guide

Change History

See Change Log

Acknowledgements

React Images Selector was based upon original work from React Image Picker https://github.com/bagongkia/react-image-picker

This project was bootstrapped with Create React App, with Storybook added in afterwards.