Andy Hook
Andy Hook
@heymath I don't think it's much complexity to use the `NavigationMenu` and position the content as you require, you are correct that it doesn't provide collision handling but it's typically...
Hey @luisorbaiceta , I wanted to thank you personally for all of your hard work and effort on this and other changes to the project. 2022 was a super busy...
We made some decisions while working on https://github.com/radix-ui/primitives/pull/1852 which makes this change less relevant now, though we do want to revisit tabbing in general across all of our menus. For...
Thanks for raising @hannahcancode, this is possible by preventing the relevant pointer events on `trigger` and `content` https://codesandbox.io/s/navigation-menu-on-click-duwvgn?file=/App.js however, this is not perfect as it relies on understanding the implementation...
I think this is very important, currently if you perform a layout switch at a specific breakpoint using lessThan and moreThan you will have a 1px conflict zone where both...
@acnebs There are many reasons why you would structure your code this way, the method you suggest inherently relies on cascade / declaration order, by assuming code outside a` lessThan`...
Thanks @graceg-stripe , was there any progress?
There is some additional complexity for supporting logical css properties which is why this didn't make it into the initial release, we do plan to add support though.