AaronCCWong / react-card-flip

React component for card flipping animation.
https://aaronccwong.github.io/react-card-flip
MIT License
342 stars 64 forks source link

mapping items #84

Open Mathers08 opened 2 years ago

Mathers08 commented 2 years ago

I have 3 cards and I display them via Array.map. Each card has a button and when I click on it, all 3 cards turn over, not just one image image

AaronCCWong commented 2 years ago

You'll need to manage the flip state of each card separately.