From c8bd462872190aef81acdcc0257ed71d2d064139 Mon Sep 17 00:00:00 2001 From: Ryan Chandler Date: Sun, 7 Jan 2024 23:18:10 +0000 Subject: [PATCH] chore: update docs with no-flip --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 044de45..313c139 100644 --- a/README.md +++ b/README.md @@ -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`