react-photo-gallery
react-photo-gallery copied to clipboard
styling
I'm new to react and especially it's components, I picked this gallery cause it had a layout client needed. However, some images in the gallery are supposed to be clickable, and others aren't. I made the click event just fine, but I can't find any piece of the gallery in the dom so I can't style any of the images, and clickable images should look different to those that aren't clickable. it seems as if entire gallery is invisible to the dom. As I said, I'm new to react, so that may be how all npm modules are, but this is my first used on my own, and I'm utterly confused. is there a way to get js to read this gallery from the dom?