Daniele Luisetto
Daniele Luisetto
Some elements like (Dialog, Dropdown menu, Select, Popover, ...) cause a Forced reflow and this can lower the performance of the component and the entire page.
Closes #588
Fixes #613
The toast manual installation is missing the `Toaster` and the `useToast` files. At the moment there's only the `toast.tsx` file. Also the `Form` is missing the manual installation.
@shadcn The `add` command accept the `--path` argument to override the component installation path but it doesn't work for items with the `components:ui` type. In the previous version the cli...
Fixes #633
Fixes #593
This PR adds the success style and variant to the following components: - `alert` - `badge` - `button` - `toast` Closes #720.
Fixes #741
Fixes #687, #780.