Vlad Moroz

Results 94 comments of Vlad Moroz

Seeing this on the second page of googling "base ui react"

Surprised it actually worked before—I'm sure we never exported this type explicitly... In 1.1 there was a bundler change that might have affected the exports.

@michaldudak what does the empty string mean? What about "eventType"? "triggerType" sounds like it has to do with the trigger part

> An empty string is an unknown pointer type (see https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/pointerType#value). Eww 😬 > If the browser supports pointer device types other than those listed above, the value should be...

You can override width, height, and color via the regular style prop if `size` and `color` props don't work for you. How large is your target size though and what...

Yeah, with regular CSS We'll consider adding more sizes but this should work in the meantime

What's the practical problem you are facing exactly, or is it just a preference you have? There are other considerations that went into the core Checkbox primitive that the native...

- Which Next.js version is that? - Can you put together a reproduction? We're using this @radix-ui/react-progress in a couple Next.js apps without issues. > Nothing has changed into our...

We'd still need a reproduction to look into this properly. I did a quick test with Next.js 13.1.1 and it builds fine.

Took it for a spin. Many notes, but overall it's great. I love how much control I have over when exactly the scrollbar would be shown or hidden. - Are...