alexkatz / react-tiny-popover

A simple and highly customizable popover react higher order component with no other dependencies! Typescript friendly.
MIT License
447 stars 119 forks source link

Have 1 popver for multiple divs #142

Open cubecleveland opened 2 years ago

cubecleveland commented 2 years ago

Hello, i have a table with 30 items each one of them should have 1 popover oper on click div but only 1 popver can be opeone at any given time...

Can u have 1 popover for all of them or u have to render all 30 and keep logic to close all when 1 is open ?

alexkatz commented 2 years ago

Here's a codesandbox I whipped up showing how I'd approach this.

Does this make sense?