Benoît Grélard

Results 264 comments of Benoît Grélard

After playing with this, I can see it happens with any pages/links but only when you scroll the nav all the way to the bottom.

We're actually leaning towards vanilla CSS examples rather in the long term. At the moment though, I'm curious why you feel the need for styled-components examples seeing that the stitches...

> @benoitgrelard I was able to create an example with everything I have on my local machine, working: https://codesandbox.io/s/pensive-frost-p03qy7?file=/App.js > > * Radix Dialog 1.0.0 > * Radix DropdownMenu 1.0.0...

I can reproduce it on the website only by turning on CPU throttling x6. The difference would be the size of the tree/general page layout and impact of a style...

We have deprecated the polymorphic package in favour of the `asChild` prop so we don't really use it anymore. That said if you can provide a sandbox reproducing your issue,...

Absolutely! Sorry I should have sent that in the first place. https://www.radix-ui.com/docs/primitives/overview/styling#changing-the-rendered-element Basically we moved away from the `as` prop as it brings polymorphism with it which makes everything more...

Hi @debbbbie, can you explain or show me a bit more what you mean?

I see, so your suggestion would be to use a sidebar when you're on a repository page and it would show other repos you have starred and tagged with the...

Hi @debbbbie, I filed it as an enhancement as there are other things I want to get done in priority first (see #3 for example). But if you want to...

One way to do it I think would be to use the github API to grab the actual list of starred repo (cannot relying on the DOM) then cross reference...