Daniele Luisetto
Daniele Luisetto
Hi @amandayyang15, just tried and it works fine to me. Can you provide more info like what browser are you using?
Hi @aloksharma10, the ModeToggle example that you mentioned (it can also be seen [here](https://ui.shadcn.com/docs/dark-mode/next#add-a-mode-toggle)) doesn't nest buttons since the `DropdownMenuTrigger` has the `asChild` prop that changes the default rendered element...
Hi @ezrnew, I just tried to replicate your issue but it works fine to me. I see that you're using `emotion`, maybe it's causing a conflict with Tailwind but I'm...
The `Toaster` component is used as a container for all your toasts and it's recommended to place it at the root of the app. The `Toast` component instead, is the...
Now I got it. When your run the `add toast` command the `toaster.tsx` isn't created. This an already known issue, like pointed out in #234. This will be fixed in...
> Are there any other components like Toaster that are also broken in similar way? Then I can avoid those too for now 😆 Seems the only one for now....
Hi @Tansi-Jones, there's a mistake in the docs of the toast component. To install the component simply run `npx shadcn-ui@latest add toast`. After the installation is completed you can follow...
> EDIT: I've grabbed the code from the github repo rather than the website, i think it's just missing a section about the toaster component. @cjonesuk yeah with the new...
> The toast documentation is missing the use-toast code for the manual installation @feyiamujo1 Yeah, I opened an issue (#687) for that.
Hi @josephdburdick, you also need to build the registry. Take a look at the [`CONTRIBUTING.md`](https://github.com/shadcn-ui/ui/blob/main/CONTRIBUTING.md) file 🎉.