Skip to content

Commit

Permalink
chore: update docs with no-flip
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangjchandler committed Jan 7, 2024
1 parent d63fb36 commit c8bd462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ The `x-tooltip` directive is powered by [Tippy.js](https://atomiks.github.io/tip
| `theme` | Change the theme of the tooltip. Find out more [here](https://atomiks.github.io/tippyjs/v6/themes/). | `x-tooltip.theme.light` |
| `placement` | Change the placement / position of the tooltip. Find out more [here](https://atomiks.github.io/tippyjs/v6/all-props/#placement). | `x-tooltip.placement.top`, `x-tooltip.placement.bottom-start` |
| `animation` | Change the animation used for the tooltip. Find out more [here](https://atomiks.github.io/tippyjs/v6/animations/). | `x-tooltip.animation.scale`, `x-tooltip.animation.perspective` |
| `no-flip` | Disable Popper's default auto-flip behaviour. This allows you to set a placement with `.placement` and always enforce it. | `x-tooltip.placement.left.no-flip` |

### `$tooltip`

Expand Down

0 comments on commit c8bd462

Please sign in to comment.