Gravy59

Results 20 comments of Gravy59

You need to understand that this isn't a new component library - it's a pre-styled solution originating from @radix-ui and @tailwindlabs. Tailwind is framework-agnostic, but I'm not sure if radix-ui...

The best part about this is that in [colors.ts](https://github.com/shadcn-ui/ui/blob/main/apps/www/registry/colors.ts#L1513) the color steps are documented, so that data could be used to generate the CSS file. Great graphics, very illustrative!

I believe this happens because when the user presses the spacebar, it focuses on the first item in the menu. From an a11y perspective, this is expected. To exit without...

> Because, how is the space key opens the select menu and it's useless when it comes to selecting the item itself It's not useless. The space key acts like...

Hi, I have attempted to reproduce this issue in a [stackblitz environment](https://stackblitz.com/edit/vitejs-vite-nbgkr4?file=src%2Fcomponents%2Fcombobox.tsx) and have been unable to do so. Is it possible this has to do with radix-ui, and you...

I'm not a contributor, but I noticed this issue. It's quite vague. To benefit all parties, you should provide more details about the specific requirements and functionalities you have in...

This could be revisited with the new registry. In [colors.ts](https://github.com/shadcn-ui/ui/blob/main/apps/www/registry/colors.ts#L1513), each step is defined. You could utilize that for docs.

Hi there, I would like to propose a possible build system change since it would require major/breaking changes anyway: - Replace Terser with [Vite](https://vitejs.dev/guide/why), which handles bundling, minification, etc. and...

I understand that TanStack Form has `setErrorMap`, but I can't find any documentation on how to use it. I have been trying for hours to get `react-dropzone` working with tanstack...