atomiks

Results 57 issues of atomiks

Seems like mobile Chrome doesn't fire the `wheel` event when scrolling.

## Problem When wanting to position a floating element on an inline element that spans over two or more lines, the positioning is not desirable because `getBoundingClientRect()` measures over the...

enhancement

## Problem Often people want to type something in and see results instantly without needing to wade through all the pages to find something that matches their query. ## Solution...

๐Ÿ’Ž enhancement
๐Ÿ“„ docs

`@floating-ui/react-dom` is ~5 kB with everything exported, but displays 52.2 kB because React+React DOM are included in the bundle. Further, a breakdown of the package composition would be good (like...

I found the examples a bit tricky to read, I suggest improving them as follows: - Follow Hyperapp's style: 2 space indentation, bracket spacing, double quotes, avoid `_` for paramless...

COMMUNITY

As seen here: https://popmotion.io/pose/learn/flip/ Any chance you could add an option like `flip: true` to performantly animate width/height etc?

enhancement

https://codepen.io/anon/pen/aYaKgg Also when resizing, it goes crazy and the width goes to thousands of pixels

Closes #1811 This exports a new `SafePolygon` component that can be used to block `pointer-events` as the cursor traverses it, a better solution to the current global "holes" strategy due...

Expands on https://github.com/floating-ui/floating-ui/issues/1381 There have been feature requests related to collision detection of other floating elements, not just a surrounding boundaries. To do this it looks like we have to...

Feature

Useful for: - Layout-transitioned navigation mega-menus (like Stripe's) - Smooth transitions in general (like Chrome's tab hovercard)

Feature