Daniele Luisetto

Results 141 comments of Daniele Luisetto

> This above created an `@` folder in the root of the application that contains the components and utils file. Yeah I'm aware of this. Just add the paths on...

> By the way, this is my first open-source contribution. Thanks for being nice! You did a really great job! 🎉

Hi @samuelkurdz, @mdloop is developing the installation page with Tabs where the content of each framework has its own file (to keep things cleaner). If #753 gets merged I'd like...

> @dan5py Should this one be merged first or #753? First #753. Then @samuelkurdz will update this PR.

@samuelkurdz The new layout has been merged to main. You can now add the vite docs. Thanks in advance 💪.

I don't notice any blur in the command dialog. @oscartorres-10 What browser are you using?

Have you tried with different devices? I also use Arc and Brave but I cannot see the blur in any of them.

The `AlertDialogDescription` component is a paragraph element (``) and you should not place a form inside of it (or any other block element). You can place the form inside the...

The duplicate class is caused by this: https://github.com/shadcn/ui/blob/aea12e97623699e7c7b2d75fc671ea21b0cf8887/packages/cli/src/utils/transformers/transform-css-vars.ts#L143-L145 When a component has the `border` class it gets replaced with `border border-border` and, since the select has already `border-input` this brings...

Duplicate of #627