We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b753b8 commit b5b4cb5Copy full SHA for b5b4cb5
packages/react/src/components/TooltipIcon/TooltipIcon.js
@@ -55,7 +55,7 @@ TooltipIcon.propTypes = {
55
/**
56
* Specify the direction of the tooltip. Can be either top or bottom.
57
*/
58
- direction: PropTypes.oneOf(['top', 'bottom']),
+ direction: PropTypes.oneOf(['top', 'right', 'left', 'bottom']),
59
60
61
* Specify the alignment (to the trigger button) of the tooltip.
0 commit comments