{"id":25409717,"url":"https://github.com/yusuf0405/designsystem","last_synced_at":"2026-02-25T08:08:06.838Z","repository":{"id":273453472,"uuid":"919732745","full_name":"yusuf0405/DesignSystem","owner":"yusuf0405","description":" Kotlin Multiplatform (KMP) library for unified UI styling across Android and iOS applications.","archived":false,"fork":false,"pushed_at":"2025-01-21T01:46:19.000Z","size":1188,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T22:19:44.739Z","etag":null,"topics":["android","android-library","compose-desktop","compose-ios","compose-library","compose-multiplatform","compose-multiplatform-library","compose-ui","design-system","ios","kmp","kmp-library","kotlin-multiplatform"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/yusuf0405.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}},"created_at":"2025-01-20T22:53:48.000Z","updated_at":"2025-09-26T09:57:38.000Z","dependencies_parsed_at":"2025-01-21T02:24:32.884Z","dependency_job_id":"55f0adca-83bd-45f4-919a-e3a098831401","html_url":"https://github.com/yusuf0405/DesignSystem","commit_stats":null,"previous_names":["yusuf0405/designsystem"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yusuf0405/DesignSystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusuf0405%2FDesignSystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusuf0405%2FDesignSystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusuf0405%2FDesignSystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusuf0405%2FDesignSystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yusuf0405","download_url":"https://codeload.github.com/yusuf0405/DesignSystem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusuf0405%2FDesignSystem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29815020,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","compose-desktop","compose-ios","compose-library","compose-multiplatform","compose-multiplatform-library","compose-ui","design-system","ios","kmp","kmp-library","kotlin-multiplatform"],"created_at":"2025-02-16T09:28:01.280Z","updated_at":"2026-02-25T08:08:06.822Z","avatar_url":"https://github.com/yusuf0405.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📐 Design System KMP  \n\n**Design System KMP** is a Kotlin Multiplatform (KMP) library for unified UI styling across Android and iOS applications. It provides typography, colors, spacing, and other design system components.  \n\n## 🔧 Features  \n\n- 🎨 **Flexible color palette** (light and dark themes)  \n- ✍ **Typography based on Compose Multiplatform**  \n- 📏 **Dimension system (spacing, element sizes)**  \n- 🌍 **KMP support for Android and iOS**  \n- 📦 **Easy integration**  \n\n## 📦 Installation  \n\nAdd the library to your project dependencies:  \n\n### Gradle (Kotlin DSL)  \n```kotlin\ndependencies {\n    implementation(\"io.github.yusuf0405:designsystem:\u003clatest-version\u003e\")\n}\n```  \n\n## 🚀 Usage  \n\n### 🔹 Typography  \n```kotlin\nval typography = DesignSystemTheme.typography\nText(\"Hello, world!\", style = typography.titleLarge.bold)\n```  \n\n### 🔹 Color Palette  \n```kotlin\nval colors = DesignSystemTheme.colors\nBox(modifier = Modifier.background(colors.primary))\n```  \n\n### 🔹 Dynamic Theme Switching  \n```kotlin\nDesignSystemTheme(isDarkTheme = true) {\n    // Your content\n}\n```  \n\n## 📜 License  \nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusuf0405%2Fdesignsystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyusuf0405%2Fdesignsystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusuf0405%2Fdesignsystem/lists"}