{"id":17691146,"url":"https://github.com/zunda-pixel/chatbubble","last_synced_at":"2025-10-31T03:51:35.287Z","repository":{"id":108886147,"uuid":"565906836","full_name":"zunda-pixel/ChatBubble","owner":"zunda-pixel","description":"ChatBubble SwiftUI","archived":false,"fork":false,"pushed_at":"2024-10-24T16:09:09.000Z","size":23,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-11T16:17:56.960Z","etag":null,"topics":["swift","swift-package-manager","swiftui"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zunda-pixel.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}},"created_at":"2022-11-14T15:19:45.000Z","updated_at":"2025-03-30T23:14:59.000Z","dependencies_parsed_at":"2024-10-24T14:32:37.745Z","dependency_job_id":"27cb424d-86b8-420e-b37b-ab8acd9e124b","html_url":"https://github.com/zunda-pixel/ChatBubble","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunda-pixel%2FChatBubble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunda-pixel%2FChatBubble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunda-pixel%2FChatBubble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunda-pixel%2FChatBubble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zunda-pixel","download_url":"https://codeload.github.com/zunda-pixel/ChatBubble/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253857979,"owners_count":21974842,"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":["swift","swift-package-manager","swiftui"],"created_at":"2024-10-24T12:07:37.774Z","updated_at":"2025-10-31T03:51:35.282Z","avatar_url":"https://github.com/zunda-pixel.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChatBubble\n\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fzunda-pixel%2FChatBubble%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/zunda-pixel/ChatBubble)\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fzunda-pixel%2FChatBubble%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/zunda-pixel/ChatBubble)\n\n\u003cimg height=\"300\" alt=\"screenshot\" src=\"https://user-images.githubusercontent.com/47569369/201700410-c4035784-f678-4aa0-90e4-f7561f6a3893.png\"\u003e\u003cimg height=\"300\" alt=\"screenshot\" src=\"https://user-images.githubusercontent.com/47569369/201703849-e02e919b-1916-49b2-9121-f6ecb7268df9.png\"\u003e\n\n```swift\nText(\"Stanford Video Steve Jobs’ 2005 Stanford Commencement Address I am honored to be with you today at your commencement from one of the finest universities in the world.\")\n  .fixedSize(horizontal: false, vertical: true)\n  .chatBubble(\n    direction: .leadingTop,\n    cornerRadius: 18,\n    color: .blue.opacity(0.5)\n  )\n```\n\n```swift\nChatBubble(cornerRadius: 18)\n  .frame(width: 300, height: 100)\n  .foregroundColor(.cyan)\n```\n\n```swift\nText(\"Sample Text.\")\n  .fixedSize(horizontal: false, vertical: true)\n  .padding(9)\n  .background {\n    ChatBubble(cornerRadius: 18)\n      .rotateChatBubble(position: .trailingBottom)\n      .foregroundColor(.red.opacity(0.5))\n  }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzunda-pixel%2Fchatbubble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzunda-pixel%2Fchatbubble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzunda-pixel%2Fchatbubble/lists"}