Daniele Luisetto
Daniele Luisetto
> Will this template come back eventually? I believe it will, @shadcn what do you think?
> How would I go about updating the registry? You need to run `pnpm build:registry`
Hi @zeevo, by default the `useForm` hook by react-hook-form has the `mode` set to `onSubmit`, this mean that the validation is applied only when the form is submitted. You can...
@Lolly1150 Do you mean the [Navigation Menu](https://ui.shadcn.com/docs/components/navigation-menu) component?
Hi @joeylin. Although this is a common component, I don't think it will ever be implemented in this project as a reusable component. Mainly because this is a very specific...
Hi @dev-mkr, thank you for the PR. However those quotes are not unnecessary. Names cannot contain hyphens in JS. Please close this PR.
Hi @carcer, in order to use the opacity modifier, you need to define new colors like this in your `tailwind.config.js`: ```diff - success: "hsl(var(--success))" + success: "hsl(var(--success) / )" ```...
Hi @calciferlo. Using Google Translate adds an element to the page and NextJS complains because it doesn't know where the element came from. Adding `translate="no"` to the html tag should...
Awesome 🎉
Hi @Ghoral, I just tested this out and it looks like a problem with the radix-ui primitives and not directly related to this project. I'll update this issue if I...