Vlad Moroz

Results 94 comments of Vlad Moroz

@atomiks this wasn't really to replicate `scrollbar-gutter` — I wanted to make space for the scrollbar only when it's there. Kind of how normal hard scrollbars work without `scrollbar-gutter` I...

Perhaps we just shouldn't add position absolute scrollbars as well, so you can achieve it with layout naturally? (Either way I'd add those attributes)

@atomiks you've mentioned some issues in Safari when pinch zoomed before, should be better now

We might do that, for now you can wrap the separator in `` to get it to span the full width of the data list

This is fixed in the new release candidate versions – please upgrade to the latest rc’s

> We could have a prop perhaps, to change this behaviour to rounding. If it's a prop, it should be more like a function for more fine-grained logic on increment/decrement,...

I agree with the suggestions I'd also prefer if we converge on `Slider.Value` instead of `Slider.Output` too for consistency across the board.

> The thing is Slider.Output is a element which isn't suitable for the other components though Maybe it's just my opinion, but it's an internal detail that’s opaque to the...

> IIRC the reason for this is that putting `allValues={['a', 'b', 'c']}` (by any name) one level higher than `` is necessary to SSR the checked state correctly > >...

Thanks @oliviertassinari, I'll stash this feedback for the next iterations. Just want to second that I'll be taking over how everything in the docs is designed and built soon. We...