aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/modals/tooltip
Commit message (Collapse)AuthorAgeFilesLines
* refactor(stories): migrate stories to CSF3 formatArmand Philippot2023-12-151-23/+21
|
* refactor(hooks): rewrite useOnClickOutside hookArmand Philippot2023-11-111-4/+6
| | | | | | | * remove `useCapture` parameter (it does not make sense to use bubbling here) * return a MutableRefObject instead of a RefObject to be able to test the hook
* refactor(components): rewrite Modal componentArmand Philippot2023-11-115-0/+231
* add an optional close button * add an icon prop