forked from freenowtech/wave
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Tooltip with react-popper (freenowtech#267)
* feat: init use react-popper on Tooltip component * refactor: remove global styles and use popper attributes for placement * fix: access placement map direcly and add comments * fix: fixies and function for deprecated values * docs: update documentation for tooltip * fix: remove early return and use content to display or not the TooltipBody * fix: update tooltip docs to show react popper instead of thetter * fix: use popper placement instead of TooltipPlacement on TooltipPlacementExample * fix: move map function to TooltipPlacement.ts back * fix: left and right start and end arrow placements * fix: wrap on PropTable column Type on whitespace * fix: remove done todos Co-authored-by: Nelson Dornelas <nelson.dornelas@free-now.com> Co-authored-by: Leonardo Di Vittorio <leonardo.divittorio@Leonardos-MacBook-Pro.local>
- Loading branch information
1 parent
15ce089
commit 6965ef4
Showing
6 changed files
with
176 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.