{"id":21376488,"url":"https://github.com/fluidgroup/compositionkit","last_synced_at":"2025-07-13T10:31:03.263Z","repository":{"id":38026901,"uuid":"437455978","full_name":"FluidGroup/CompositionKit","owner":"FluidGroup","description":"A collection of components to build composed component","archived":false,"fork":false,"pushed_at":"2024-10-15T05:30:29.000Z","size":22409,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-05T04:13:57.939Z","etag":null,"topics":["uikit"],"latest_commit_sha":null,"homepage":"https://FluidGroup.github.io/CompositionKit/documentation/compositionkit/","language":"Swift","has_issues":false,"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/FluidGroup.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}},"created_at":"2021-12-12T04:54:41.000Z","updated_at":"2025-01-13T09:06:11.000Z","dependencies_parsed_at":"2023-07-14T00:01:05.973Z","dependency_job_id":null,"html_url":"https://github.com/FluidGroup/CompositionKit","commit_stats":{"total_commits":101,"total_committers":3,"mean_commits":"33.666666666666664","dds":0.01980198019801982,"last_synced_commit":"3382c98ff9778136b6a21667d8152faa452658e0"},"previous_names":["muukii/compositionkit"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/FluidGroup/CompositionKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FCompositionKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FCompositionKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FCompositionKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FCompositionKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FluidGroup","download_url":"https://codeload.github.com/FluidGroup/CompositionKit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FCompositionKit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265128170,"owners_count":23715621,"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":["uikit"],"created_at":"2024-11-22T09:15:54.738Z","updated_at":"2025-07-13T10:31:02.978Z","avatar_url":"https://github.com/FluidGroup.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CompositionKit\n\nA collection of components to build composed component\n\n## Requirements\n\n- Swift 5.5\n- iOS 12 +\n- [MondrianLayout](https://github.com/muukii/MondrianLayout)\n\n## Components (building blocks)\n\n### AnyView\n\nTo create an anonymous view with making content\n\n```swift\nfunc makeSomethingView(onTap: @escaping () -\u003e Void) -\u003e UIView {\n\n  let button = UIButton(..., primaryAction: .init { _ in \n    onTap()\n  })\n  \n  return AnyView { view in \n    VStackBlock {\n      button\n    }\n  }\n}\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidgroup%2Fcompositionkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluidgroup%2Fcompositionkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidgroup%2Fcompositionkit/lists"}