Skip to content

Commit

Permalink
fixup! fixup! Fix misplaced Popover when using Floating UI (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
atmelmicro committed Dec 10, 2024
1 parent a9a60fa commit 45c0bc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Popover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 45c0bc3

Please sign in to comment.