{"id":26891995,"url":"https://github.com/aditya8975/akomponents-lib","last_synced_at":"2026-03-06T02:12:43.042Z","repository":{"id":282409642,"uuid":"948493488","full_name":"aditya8975/akomponents-lib","owner":"aditya8975","description":"🚀 AKomponents Library is a lightweight, customizable React UI library with modern, responsive components. Designed for performance and ease of use, it includes buttons, cards, forms, navigation, and more.  📦 Install: npm i akomponents-lib","archived":false,"fork":false,"pushed_at":"2025-03-24T14:56:35.000Z","size":1561,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-12T20:51:34.598Z","etag":null,"topics":["component-library","react-component-library","ui-components","ui-design"],"latest_commit_sha":null,"homepage":"https://akomponent-site.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aditya8975.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-14T12:41:49.000Z","updated_at":"2025-03-24T14:56:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6ab3ab2-5329-4c8a-af1e-4648476c5ed7","html_url":"https://github.com/aditya8975/akomponents-lib","commit_stats":null,"previous_names":["aditya8975/akomponents-lib"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aditya8975/akomponents-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya8975%2Fakomponents-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya8975%2Fakomponents-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya8975%2Fakomponents-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya8975%2Fakomponents-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aditya8975","download_url":"https://codeload.github.com/aditya8975/akomponents-lib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya8975%2Fakomponents-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30159026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"online","status_checked_at":"2026-03-06T02:00:08.268Z","response_time":250,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","react-component-library","ui-components","ui-design"],"created_at":"2025-03-31T22:48:48.919Z","updated_at":"2026-03-06T02:12:43.014Z","avatar_url":"https://github.com/aditya8975.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Akomponent 🚀 - Modern UI Components Library\n\nAkomponent is a **lightweight, customizable UI component library** built for modern web applications. Designed for **speed, simplicity, and flexibility**, it provides ready-to-use components to accelerate your development workflow. 💡\n\n## 🌟 Features\n✅ **Prebuilt, Reusable UI Components** 🎨  \n✅ **Fully Customizable \u0026 Responsive** 📱  \n✅ **Optimized for Performance \u0026 Accessibility** ⚡  \n✅ **Works Seamlessly with React \u0026 Tailwind CSS** 🔥  \n✅ **Minimal Dependencies for Faster Load Times** 🏎️  \n\n---\n\n## 📦 Installation\n### **Install via npm**\n```sh\nnpm install akomponents-lib\n```\n\n### **Install via akmanager**\n```sh\nak i akomponents-lib\n```\n\n---\n\n## 🚀 Usage\nImport and use components in your project easily:\n\n```jsx\nimport { Button } from \"akomponent\";\n\nexport default function App() {\n  return \u003cButton variant=\"primary\"\u003eClick Me\u003c/Button\u003e;\n}\n```\n\n✔ **Supports props for customization!**\n\n```jsx\n\u003cButton variant=\"secondary\" size=\"lg\" onClick={() =\u003e alert(\"Hello!\")}\u003e\n  Custom Button\n\u003c/Button\u003e\n```\n\n---\n\n## 📂 Available Components\n✅ **Buttons** - Primary, Secondary, Outline, Icon Buttons  \n✅ **Cards** - Customizable layout with images \u0026 text  \n✅ **Modals** - Smooth, accessible popups  \n✅ **Forms** - Inputs, Checkboxes, and Toggles  \n✅ **Alerts** - Success, Warning, Error messages  \n✅ **Navbars** - Responsive and interactive navigation bars  \n\n📌 **More components coming soon!** 🚀\n\n---\n\n## 🎨 Theming \u0026 Customization\nAkomponent is **fully customizable** with Tailwind CSS and supports theme overrides.\n\n```jsx\n\u003cButton className=\"bg-blue-500 hover:bg-blue-600 text-white\"\u003eCustom Styled Button\u003c/Button\u003e\n```\n\nWant to modify defaults? **Extend Tailwind’s config!**\n\n```js\n// tailwind.config.js\nmodule.exports = {\n  theme: {\n    extend: {\n      colors: {\n        brand: \"#4A90E2\",\n      },\n    },\n  },\n};\n```\n\n---\n\n## 📖 Documentation \u0026 Live Demo\nCheck out the full documentation and live demo **[here](https://akomponent-site.vercel.app/)**.\n\n---\n\n## 🛠️ How to Use\n### **Basic Example**\nUse components in your project:\n```jsx\nimport { Card } from \"akomponent\";\n\nexport default function Example() {\n  return (\n    \u003cCard\u003e\n      \u003ch2 className=\"text-xl font-bold\"\u003eWelcome to Akomponent\u003c/h2\u003e\n      \u003cp\u003eThis is a simple card component.\u003c/p\u003e\n    \u003c/Card\u003e\n  );\n}\n```\n\n### **Using Multiple Components**\n```jsx\nimport { Button, Alert, Modal } from \"akomponent\";\n\nexport default function Example() {\n  return (\n    \u003cdiv\u003e\n      \u003cAlert type=\"success\"\u003eThis is a success message!\u003c/Alert\u003e\n      \u003cButton onClick={() =\u003e console.log(\"Button Clicked\")}\u003eClick Me\u003c/Button\u003e\n      \u003cModal isOpen={true} title=\"Example Modal\"\u003e\n        \u003cp\u003eModal Content Goes Here\u003c/p\u003e\n      \u003c/Modal\u003e\n    \u003c/div\u003e\n  );\n}\n```\n\n---\n\n## 🛠️ Contributing\nWe welcome contributions! To set up locally:\n\n```sh\ngit clone https://github.com/yourusername/akomponent.git\ncd akomponent\nnpm install\nnpm run dev\n```\n\n🚀 **Submit pull requests and help improve Akomponent!**\n\n---\n\n## 📜 License\nAkomponent is licensed under the **MIT License** – free for personal and commercial use.  \n⭐ **Star this repo if you find it useful!** 🚀\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya8975%2Fakomponents-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faditya8975%2Fakomponents-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya8975%2Fakomponents-lib/lists"}