Components
- Accordion
- Alert
- Avatar
- Badge
- Breadcrumb
- Button
- Button Group
- Calendarnew
- Card
- Carousel
- Checkbox
- Chip
- Collapse
- Dialog
- Drawer
- Footer
- Gallery
- Icon Button
- Image
- Input
- List
- Mapnew
- Menu
- Navbar
- Pagination
- Popover
- Progress
- Radio
- Rating
- Select
- Sidebar
- Skeletonnew
- Slider
- Software Purchase Card
- Sonner / Toastnew
- Speed Dial
- Spinner
- Stepper
- Switch
- Table
- Tabs
- Textarea
- Timeline
- Tooltip
- Typography
- Video
Components appear unstyled
Verify your project has the correct Tailwind CSS configuration for shadcn/ui. Your globals.css file should import Tailwind and include shadcn/ui base styles for proper component rendering.
CLI installation completes but no files appear
Check these common issues:
- Confirm you're running the command from your project root directory (where
package.jsonis located). - Verify your
components.jsonconfiguration file has the correct settings if you're using shadcn-style setup. - Use the latest CLI version to ensure compatibility:
pnpm dlx @creative-tim/ui@latest add card
Theme toggle stuck on light mode
Your application needs to use the same theme system as shadcn/ui. The components expect a data-theme attribute on the <html> element. Check your tailwind.config.js to ensure it's configured with the appropriate class or data selectors for theme switching.
Import errors showing "module not found"
Confirm the component file exists in your project. If it does, check your tsconfig.json has the correct path mapping for the @/ alias:
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
}
}Need additional help?
If you're still experiencing issues, open a support ticket on GitHub with details about your setup and the problem you're encountering.
Integrate the blocks in your application or use them in v0, Lovable, Claude, etc.
Speed up your workflow with modular, open-source components and blocksthat integrate effortlessly through Registries and MCPs.
Talk to an expert