Vlad Moroz

Results 94 comments of Vlad Moroz

> Another issue pops up when the text gets really long – there's no padding on the right side. That's intentional – what the problem here?

Why are you interested in that? What are you trying to achieve in your app?

I am more interested about this in terms of what this achieves for your users? Why do you need Theme Panel in production? It was never meant as a component...

Feel free to PR `open` and `onOpenChange` props and a prop to disable hotkeys. We won't want to add a way to reassign hotkeys because using Theme Panel in a...

@benoitgrelard check this out

We'll look into this eventually, but this is already easy to implement using Radix Themes and the `@radix-ui/react-toggle-group` primitive. Here is the toggle buttons implementation from the homepage demo: https://github.com/radix-ui/website/blob/main/components/ExampleThemesEcommerce.tsx#L1529-L1560

The Select component should natively work with forms out of the box—we'll take a look

We’d love to have one, but this would have to be a primitive first. This isn't prioritised yet so I’d suggest for now, you can use a third-party one and...

We'll do an Accordion eventually, for now feel free to style it yourself using the base `@radix-ui/react-accordion` primitive

Fair, an example wouldn't hurt. We document CSS variable customisation in the larger styling guides, e.g. [here](https://www.radix-ui.com/themes/docs/theme/typography#custom-font-weights) for fonts. You can use a similar approach, overriding those container variables on...