Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Open-source components, blocks, and AI agents designed to speed up your workflow. Import them seamlessly into your favorite tools through Registry and MCPs.

License

Notifications You must be signed in to change notification settings

creativetimofficial/ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creative Tim UI

Creative Tim UI

Creative Tim UI is a comprehensive component library built on top of shadcn/ui to help you build modern web applications faster.

Overview

Creative Tim UI provides pre-built, customizable React components and blocks designed for building beautiful, production-ready web applications. The CLI makes it easy to add these components to your Next.js project.

Installation

You can use the Creative Tim UI CLI directly with npx, or install it globally:

# Use directly (recommended)
npx @creative-tim/ui@latest components add <component-name>

# Or using shadcn cli
npx shadcn@latest add https://creative-tim.com/ui/r/all.json

Prerequisites

Before using Creative Tim UI, ensure your Next.js project meets these requirements:

  • Node.js 18 or later
  • shadcn/ui initialized in your project (npx shadcn@latest init)
  • Tailwind CSS configured

Usage

Install All Components

Install all available Creative Tim UI components at once:

npx @creative-tim/ui@latest components add all

This command will:

  • Set up shadcn/ui if not already configured
  • Install all Creative Tim UI components to your configured components directory
  • Add necessary dependencies to your project

Install Specific Components

Install individual components using the components add command:

npx @creative-tim/ui@latest components add <component-name>

Examples:

# Install the orb component
npx @creative-tim/ui@latest components add orb

Alternative: Use with shadcn CLI

You can also install components using the standard shadcn/ui CLI:

# Install all components
npx shadcn@latest add https://creative-tim.com/ui/r/all.json

# Install a specific component
npx shadcn@latest add https://creative-tim.com/ui/r/button.json

All available components can be found here or explore a list of example blocks here.

Contributing

If you'd like to contribute to Creative Tim UI, please follow these steps:

  1. Fork the repository
  2. Create a new branch
  3. Make your changes to the components in the registry.
  4. Open a PR to the main branch.

Please read the contributing guide.

Copyrights and Licenses

Creative Tim UI is built upon the incredible work of the open source community:

We are grateful to these projects for making their work available under open source licenses.

License

Licensed under the MIT license.

Made with love by Creative Tim.