(react) add a popover component

A design system needs a popover mecanism.
In the select component, this logic is handled by downshift.
We introduce a new component, responsible to open an element in
a popin and close it when the user click outside of it.
This commit is contained in:
Lebaud Antoine
2023-06-02 12:04:36 +02:00
committed by aleb_the_flash
parent f967775fb6
commit 1d1cf81cf6
6 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
add a popover component