From 45c0bc393a087ad9b01abb2049d35dc877904509 Mon Sep 17 00:00:00 2001 From: David Menc Date: Tue, 10 Dec 2024 15:16:46 +0100 Subject: [PATCH] fixup! fixup! Fix misplaced `Popover` when using Floating UI (#566) --- src/components/Popover/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Popover/README.md b/src/components/Popover/README.md index 24128ee1..a7e1bca9 100644 --- a/src/components/Popover/README.md +++ b/src/components/Popover/README.md @@ -179,6 +179,11 @@ be used to position the popover. The allowed props are - `translate` - `transform-origin` +⚠️ `inset` is a shorthand for `top right bottom left`, not for `inset-*` properties. + +As opposed to `top right bottom left` and the `inset` shorthand, `inset-*` properties are writing-direction aware. + + ℹ️ The following example is using external library [Floating UI]. To use Floating UI, install it first: