{"id":29350695,"url":"https://github.com/koxone/components-react-tailwind","last_synced_at":"2025-07-16T06:45:48.040Z","repository":{"id":301634292,"uuid":"1009872508","full_name":"Koxone/Components-React-Tailwind","owner":"Koxone","description":"A modern React + Tailwind component library with beautiful, ready-to-use animations and effects. Includes buttons, text animations, cards, inputs, and toggles designed for quick integration into your projects.","archived":false,"fork":false,"pushed_at":"2025-07-05T23:21:59.000Z","size":9792,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-06T00:24:44.088Z","etag":null,"topics":["component-library","javascript","library","react","tailwind","tailwindcss"],"latest_commit_sha":null,"homepage":"https://components.koxland.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Koxone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-27T21:38:16.000Z","updated_at":"2025-07-05T23:22:03.000Z","dependencies_parsed_at":"2025-06-27T22:36:39.140Z","dependency_job_id":"6b89d45d-757c-4732-bb65-99d9acbdb65b","html_url":"https://github.com/Koxone/Components-React-Tailwind","commit_stats":null,"previous_names":["koxone/components-react-tailwind"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Koxone/Components-React-Tailwind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Koxone%2FComponents-React-Tailwind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Koxone%2FComponents-React-Tailwind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Koxone%2FComponents-React-Tailwind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Koxone%2FComponents-React-Tailwind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Koxone","download_url":"https://codeload.github.com/Koxone/Components-React-Tailwind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Koxone%2FComponents-React-Tailwind/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264363808,"owners_count":23596512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["component-library","javascript","library","react","tailwind","tailwindcss"],"created_at":"2025-07-08T23:13:26.416Z","updated_at":"2025-07-08T23:13:27.194Z","avatar_url":"https://github.com/Koxone.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 👥 Contributors\n\n- [Koxone](https://github.com/Koxone) – Creator and maintainer\n- [BytePudding](https://github.com/puddingForever) – Contributor\n\n# ✨ Components Library – React + Tailwind CSS\n\n![MIT License](https://img.shields.io/badge/License-MIT-green.svg)\n![React](https://img.shields.io/badge/React-19.1.0-blue.svg)\n![Tailwind](https://img.shields.io/badge/Tailwind-4.1.8-cyan.svg)\n![Live Demo](https://img.shields.io/badge/Demo-Live-brightgreen.svg)\n\nA **modern component library** built with **React**, **Tailwind CSS**, and **Vite**, featuring a clean UI, smooth animations, and modular structure for learning, showcasing, and reusing frontend components in your projects.\n\nLive Demo: [components.koxland.dev](https://components.koxland.dev)\n\n---\n\n## 🚀 Features\n\n- 🎨 **Over 80 reusable components** (buttons, toggles, text effects, inputs, cards, and more)\n- 🌀 **Smooth animations** and hover effects with Tailwind and custom CSS\n- 🌗 **Dark mode** support\n- 🗂️ Organized and scalable folder structure\n- 📱 **Fully responsive** design\n- ⚡ **Instant preview** with Vite\n- 📝 Includes **code snippets**, Tailwind config, and global CSS for each component\n\n---\n\n## 🛠️ Technologies Used\n\n- **React** – Component structure and rendering\n- **Tailwind CSS** – Utility-first styling\n- **Vite** – Fast build and hot-reload environment\n- **Custom CSS** – For advanced animations and effects\n- **React Router** – Seamless navigation between components\n\n---\n\n## 📦 Installation\n\n1️⃣ **Clone the repository:**\n\n```bash\ngit clone https://github.com/Koxone/Components-React-Tailwind.git\ncd Components-React-Tailwind\n```\n\n2️⃣ **Install dependencies:**\n\n```bash\nnpm install\n```\n\n3️⃣ **Run the development server:**\n\n```bash\nnpm run dev\n```\n\n4️⃣ Open in your browser:\n\n```\nhttp://localhost:5173\n```\n\n---\n\n## 🗂️ Project Structure\n\n```\nComponents-React-Tailwind/\n├── public/                     # Static assets\n├── src/\n│   ├── components/             # Main React components\n│   │   ├── cards/\n│   │   ├── buttons/\n│   │   ├── inputs/\n│   │   ├── toggles/\n│   │   └── text/\n│   ├── data/                   # ComponentsData for dynamic routing\n│   ├── App.jsx                 # Main app structure\n│   ├── main.jsx                # Entry point\n│   └── styles.css              # Tailwind and global styles\n├── tailwind.config.js          # Tailwind configuration\n└── vite.config.js              # Vite configuration\n```\n\n---\n\n## ⚡ Live Demo\n\nCheck out the live, interactive demo at:\n\n👉 [components.koxland.dev](https://components.koxland.dev)\n\n---\n\n## 💡 Usage\n\n- Explore available components by category.\n- Click on any component to view a live preview.\n- Copy ready-to-use **React code**, **Tailwind config**, and **CSS snippets** for quick integration into your projects.\n\nThis library is designed to **accelerate your workflow**, inspire your projects, and serve as a learning reference for **React + Tailwind UI patterns**.\n\n---\n\n## 🎯 Roadmap\n\n- [x] Add interactive demo for each component\n- [x] Include code snippets for Tailwind config and CSS\n- [x] Add dark mode\n- [x] Add \"copy to clipboard\" functionality on code snippets\n- [ ] Add filter and search by component type\n- [ ] Export as a reusable npm package for projects\n\n---\n\n## 📄 License\n\nMIT License – Free to use, modify, and distribute.\n\n---\n\n## ✨ Credits\n\nDeveloped with ❤️ by [Koxone](https://github.com/Koxone).  \nPull requests and feedback are welcome to improve the project and help others learn.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoxone%2Fcomponents-react-tailwind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoxone%2Fcomponents-react-tailwind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoxone%2Fcomponents-react-tailwind/lists"}