-
Hi, on every page load, im getting this error. The only thing I can see in the log is "light" and it kind of seems like its stemming from some sort or light and dark mode issue. Not sure if its specif…
-
I was following the documentation at https://ui.shadcn.com/docs/installation. After initializing the components.json with `npx shadcn-ui@latest init` I ran `npx shadcn-ui@latest add` and selected all …
-
When using `ScrollArea` inside `Dialog` gesture scrolling doesn't work only way to navigate is by grabbing the scroll indicator
https://github.com/shadcn/ui/assets/62795688/ea1abc45-19f7-4969-812e-…
-
### Describe the bug
https://refine.dev/blog/shadcn-ui/#refine--shadcn-building-a-reusable-datatable--component-with-shadcn
This doc does not seem to work, i followed the instructions and i get an…
-
## This is a copy of the issue #1821, reproduced the bug
When i initialize shadcn/ui using `npx shadcn-ui@latest init`, the nextjs app gives 404 page on all routes (including '/').
This bug is l…
-
```js
export const contactFormSchema = z.object({
id: z.string().cuid().optional(),
created_at: z.date().optional(),
updated_at: z.date().optional(),
email: z.string().email(),
phone: …
-
How can I create collapsible tables with this?
-
https://varlet.gitee.io/varlet-ui/#/zh-CN/icon
ghost updated
6 months ago
-
When we create nextapp with typescript then tailwind.config.ts file is generated but when shadcnui is initialised the tailwind.config.js file is produced which is conflicting with ts file
-
**Issue**
The richColors prop in the sonner component of shadcn/ui does not override the default colors as expected. Custom colors passed through this prop are ignored, and the component continues to…