react-flipcard
react-flipcard copied to clipboard
Flip per element
Is there a way to flip a single element on a page full of flippable elements using a function?
Currently its based on the component state, I've tried adding a ref and changing the isFlipped to False, but with no luck.