sopetrichor / react-photo-collage

MIT License
27 stars 18 forks source link

add new props, on open and on close lightbox. #41

Open yangqinggui1997 opened 2 years ago

yangqinggui1997 commented 2 years ago

It would be great to have 2 more properties onOpen and onClose light box. Something like this:

<ReactPhotoCollage width={} height={} layout={} photos={[]} showNumOfRemainingPhotos={} onOpenLigthBox={() => {}} onCloseLigthBox={() => {}} />