Skip to content

Commit

Permalink
default value to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup committed Apr 11, 2023
1 parent a7797a9 commit 5861cac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Tooltip/Tooltip.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
{
"name": "direction",
"type": "'n' | 'ne' | 'e' | 'se' | 's' | 'sw' | 'w' | 'nw'",
"defaultValue": "n",
"description": "Sets where the tooltip renders in relation to the target."
},
{
Expand All @@ -32,6 +33,7 @@
{
"name": "type",
"type": "'label' | 'description'",
"defaultValue": "label",
"description": "The type of tooltip. `label` is used for labelling the element that triggers tooltip. `description` is used for describing or adding a suplementary information to the element that triggers the tooltip."
},
{
Expand Down

0 comments on commit 5861cac

Please sign in to comment.