ChocoUI is a professional, minimal, and sleek UI component library designed to help developers build beautiful web applications in seconds. With ready-to-use components, templates, and comprehensive documentation, you can focus on functionality while we handle the design.
- Copy-Paste Components – Simply copy the code and drop it into your project.
- Modern & Minimal Design – Clean, professional aesthetics for any web application.
- Fully Responsive – Works seamlessly across all devices.
- Pre-built Templates – Get fully designed websites in seconds.
- Comprehensive Docs – Easy-to-follow guides for every component.
- Lightweight & Fast – Optimized for performance.
npm install tailwindcss @tailwindcss/viteimport { defineConfig } from "vite";
import tailwindcss from "@tailwindcss/vite";
export default defineConfig({
plugins: [tailwindcss()],
});@import "tailwindcss";npm run devBrowse our documentation, pick a component, and integrate it effortlessly.
// React Example
import { Button } from "chocoui";
function App() {
return <Button variant="primary">Get Started</Button>;
}Need a full website? Check out our templates section for pre-built designs. ChocoUI Templates
- ✅ Zero Learning Curve – Just copy, paste, and go.
- ✅ Consistent Design – Professional look across all components.
- ✅ Fast Development – Build UIs in minutes, not hours.
- ✅ Customizable – Easily tweak styles to match your brand.
Visit our Docs for detailed usage guides, examples, and customization options. ChocoUI Docs
Here’s a glimpse of what ChocoUI offers: ChocoUI Components
- Buttons – Primary, secondary, outline, and more.
- Cards – Sleek content containers.
- Navbars – Responsive navigation bars.
- Modals – Clean, customizable popups.
- Forms – Inputs, selects, checkboxes with validation.
- Loaders – Elegant loading indicators.
- And much more!
We welcome contributions from the community to make ChocoUI even better! Whether it's fixing bugs, adding new features, or improving documentation, your help is appreciated.
-
Fork the Repository
Start by forking the ChocoUI repository to your GitHub account. -
Clone Your Fork
Clone the forked repository to your local machine:git clone https://github.com/NikhilKumarMandal/chocoUi.git cd chocoUi
ChocoUI is MIT licensed.