-
npx shadcn-ui@latest add popover
SyntaxError: Unexpected token '
-
### Description
```
pnpm dlx shadcx@latest add link-element -r plate-ui
Registry "plate-ui" not found in configuration. Using the default registry.
⠴ Checking registry.
Something went w…
-
### Related page
https://mui.com/material-ui/customization/breakpoints/#custom-breakpoints
### Kind of issue
Missing information
### Issue description
Using custom breakpoints with modu…
-
While experimenting with random date values, trying to figure out how I would use `vue-timeline-chart` in my application, I've found that, if you mix up the order of your `viewportMin` and `viewportMa…
-
### Describe the bug
The old version of the CLI installed my components correctly, in the resources/js/components folder
In the new version, no matter what I change, components are ALWAYS installe…
-
### Steps to reproduce
next.config.mjs
```
export default withPigment(nextConfig, {
theme: createTheme({
cssVariables: true,
colorSchemes: { light: true, dark: true },
typography:…
-
### Describe the bug
path option is not working.
### Affected component/components
Probably ALL
### How to reproduce
Please try following code to reproduce this bug.
```
npx shadcn@latest add…
-
I have the following `components.json` file:
```json
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "t…
-
```
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css…
-
### Describe the bug
From the screenshot, it is evident that the styles added by `shadcn` have a lower priority than the inherent styles of `sonner` , and therefore cannot override them correct…