shadcn

Results 1266 comments of shadcn

Woah! Incredible work! This saves me a lot of time. I'll review and we can merge. I think we should consider a different name for the config file. Maybe `.componentrc`...

@Princezhm Yes. This is definitely going on. I'm going to focus on this and get it merge this weekend. (Sorry been busy with the day job).

@gamekaiju Is this happening on all routes?

@ozzyfromspace This looks interesting. Thanks for the suggestion. I'll look into it and see how we can add this to the components. Might make a good forms guide as well.

This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.

This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.

@arnasofc Note: you can use the `coerce` helper on your Zod schema. Example: ```ts const profileFormSchema = z.object({ age: z.coerce.number().min(18), // Zod will coerce age to a number. }) //...

This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.

I'll take a look at this. Thank you.

Ha! Nice catch. Even the validator that I used didn't get this. If it's not too much trouble, can we fix in `components/docs/mdx-head.tsx` as well? Thank you. https://github.com/shadcn/taxonomy/blob/9b9590a88432d3b886a2d6a69263f1e1cb5831ad/components/docs/mdx-head.tsx#L48-L54