Skip to content

Commit

Permalink
chore(docs): added some missing modifiers to the tooltip package.json (
Browse files Browse the repository at this point in the history
…#6971)

Co-authored-by: Janek Winkler <janek.winkler@bridgefield.de>
  • Loading branch information
janekx21 and Janek Winkler committed Oct 3, 2022
1 parent 4cda87d commit 28c387e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/directives/tooltip/package.json
Expand Up @@ -24,6 +24,10 @@
"name": "right",
"description": "Positions the tooltip on the right of the trigger element"
},
{
"name": "left",
"description": "Positions the tooltip on the left of the trigger element"
},
{
"name": "bottom",
"description": "Positions the tooltip on the bottom of the trigger element"
Expand Down Expand Up @@ -64,6 +68,18 @@
"name": "rightbottom",
"description": "Positions the tooltip on the right-bottom of the trigger element"
},
{
"name": "hover",
"description": "Trigger the tooltip on hovering"
},
{
"name": "click",
"description": "Trigger the tooltip on clicking"
},
{
"name": "focus",
"description": "Trigger the tooltip on focusing"
},
{
"name": "nofade",
"description": "Disabled the fade animation of the tooltip"
Expand Down

0 comments on commit 28c387e

Please sign in to comment.