![Logo](/Jauharmuhammed/shadcn-theme-generator/raw/main/public/logo.png)
A tool for generating and customizing themes for shadcn/ui components using
Radix UI palette generator
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Shadcn Theme Generator is a tool that helps you generate and customize themes for shadcn/ui components using Radix UI Custom Colors. Generate Random themes or customize your own with custom colors. Copy the code in different formats to your project.
- Interactive theme customization
- Real-time component preview
- Dark/Light mode toggle
- Color palette generation
- Multiple component previews
- Copy code to clipboard in different formats
- Random theme generator
- Advanced customization
- Chart variables
- More component previews
- Chart component
- blocks
- tables
- inputs and buttons
- Clone the repository:
git clone https://github.com/jauharmuhammed/shadcn-theme-generator.git
- Install dependencies:
npm install
# or
yarn install
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Found a bug or have a feature request? Please file an issue: Create Issue
This project is licensed under the MIT License - see the LICENSE file for details.
- shadcn/ui - Re-usable components built using Radix UI and Tailwind CSS.
- Radix UI - For the color system, palette generator and accessible components.
Made with ❤️ by Jauhar Muhammed