Skip to content

Commit

Permalink
Add tooltipDirection to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup committed Oct 7, 2024
1 parent b91a5e5 commit 9cf7468
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/react/src/Button/IconButton.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
"required": false,
"description": "Keyboard shortcuts that trigger the button. Keyboard shortcut will be appended to the accessible name or description (depending on the tooltip type) of the button with a comma (i.e. Bold, Command+B) and it will be displayed in the tooltip."
},
{
"name": "tooltipDirection",
"type": "'n' | 'ne' | 'e' | 'se' | 's' | 'sw' | 'w' | 'nw'",
"defaultValue": "'s'",
"description": "The direction of the tooltip. ",
"required": false
},
{
"name": "sx",
"type": "SystemStyleObject"
Expand Down

0 comments on commit 9cf7468

Please sign in to comment.