{"id":28449832,"url":"https://github.com/tanish-ranjan/jetpack-compose-components","last_synced_at":"2025-09-11T10:44:28.667Z","repository":{"id":41237965,"uuid":"508810711","full_name":"Tanish-Ranjan/jetpack-compose-components","owner":"Tanish-Ranjan","description":"A curated collection of reusable and customizable Jetpack Compose components to accelerate your Android UI development.","archived":false,"fork":false,"pushed_at":"2024-10-09T13:52:49.000Z","size":10342,"stargazers_count":11,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-08-28T17:22:13.974Z","etag":null,"topics":["android","android-library","contributions-welcome","jetpack-compose","kotlin","open-source"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Tanish-Ranjan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":null,"patreon":"tanishranjan","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2022-06-29T18:51:00.000Z","updated_at":"2025-03-30T17:31:06.000Z","dependencies_parsed_at":"2024-07-21T22:08:22.197Z","dependency_job_id":"682267fa-cbcb-49fb-8cda-2e0fff679f51","html_url":"https://github.com/Tanish-Ranjan/jetpack-compose-components","commit_stats":null,"previous_names":["tanish-ranjan/jetpack-compose-components","tanish-ranjan/jetpack_compose_components"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Tanish-Ranjan/jetpack-compose-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanish-Ranjan%2Fjetpack-compose-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanish-Ranjan%2Fjetpack-compose-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanish-Ranjan%2Fjetpack-compose-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanish-Ranjan%2Fjetpack-compose-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tanish-Ranjan","download_url":"https://codeload.github.com/Tanish-Ranjan/jetpack-compose-components/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanish-Ranjan%2Fjetpack-compose-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274618835,"owners_count":25318752,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"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":["android","android-library","contributions-welcome","jetpack-compose","kotlin","open-source"],"created_at":"2025-06-06T14:30:39.094Z","updated_at":"2025-09-11T10:44:27.866Z","avatar_url":"https://github.com/Tanish-Ranjan.png","language":"Kotlin","funding_links":["https://patreon.com/tanishranjan"],"categories":[],"sub_categories":[],"readme":"# Jetpack Compose Components 🎨\n\nA curated collection of reusable and customizable Jetpack Compose components to accelerate your Android UI development.\n\n## ✨ Features\n\n* **Beautiful and Versatile:**  Provides a range of pre-styled composables to enhance your app's visual appeal.\n* **Easy Integration:**  Seamlessly integrate these components into your existing Jetpack Compose projects.\n* **Theming Support:**  Customize the appearance of components to match your app's design system.\n* **Open for Contributions:**  We welcome contributions from the community to expand and improve this toolkit!\n\n## 🚀 Getting Started\n\n1. **Add the JitPack repository to your root build.gradle file:**\n    \u003cdetails open\u003e\n    \u003csummary\u003eKotlin DSL\u003c/summary\u003e\n   \n    ```gradle\n    dependencyResolutionManagement {\n        ...\n        repositories {\n            ...\n            maven { setUrl(\"https://jitpack.io\") }\n        }\n    }\n    ```\n   \n    \u003c/details\u003e\n   \n    \u003cdetails\u003e\n    \u003csummary\u003eGroovy DSL\u003c/summary\u003e\n   \n    ```gradle\n    dependencyResolutionManagement {\n        ...\n        repositories {\n            ...\n            maven { url 'https://jitpack.io' }\n        }\n    }\n    ```\n   \n    \u003c/details\u003e\n   \n2. **Add the dependency:**\n    \u003cdetails open\u003e\n    \u003csummary\u003eKotlin DSL\u003c/summary\u003e\n   \n    ```gradle\n    dependencies {\n        implementation(\"com.github.Tanish-Ranjan:jetpack_compose_components:version\")\n    }\n    ```\n   \n    \u003c/details\u003e\n   \n    \u003cdetails\u003e\n    \u003csummary\u003eGroovy DSL\u003c/summary\u003e\n   \n    ```gradle\n    dependencies {\n        implementation 'com.github.Tanish-Ranjan:jetpack_compose_components:version'\n    }\n    ```\n   \n    \u003c/details\u003e\n\n3. **Use the Composable:**\n    ```kotlin\n    @Composable\n    fun MyScreen() {\n        // Example usage of a circular throbber\n        CircularThrobber1(\n            modifier = Modifier.size(100.dp),\n            color = Color.Blue\n        )\n        \n    }\n    ```\n\n## 📚 Components\n\nBrowse through a huge collection of all the components this library provides in [components page](./docs/README.md).\n\n## 🤝 Contributing\n\nWe welcome contributions! Please check out our [CONTRIBUTING.md](CONTRIBUTING.md) guide for details on how to get involved.\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanish-ranjan%2Fjetpack-compose-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanish-ranjan%2Fjetpack-compose-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanish-ranjan%2Fjetpack-compose-components/lists"}