{"id":21376522,"url":"https://github.com/fluidgroup/swiftui-touch-slider","last_synced_at":"2025-07-13T10:31:05.342Z","repository":{"id":198600631,"uuid":"701135087","full_name":"FluidGroup/swiftui-touch-slider","owner":"FluidGroup","description":"A slider empowering users to effortlessly adjust values by simply touching anywhere.","archived":false,"fork":false,"pushed_at":"2023-10-07T18:43:56.000Z","size":14,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-07T09:01:36.641Z","etag":null,"topics":["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/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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-10-06T02:04:53.000Z","updated_at":"2024-11-27T07:50:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d3b0aaf-fba2-4ccc-a38d-c9d19e7d705a","html_url":"https://github.com/FluidGroup/swiftui-touch-slider","commit_stats":null,"previous_names":["muukii/swiftui-touch-slider","fluidgroup/swiftui-touch-slider"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/FluidGroup/swiftui-touch-slider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2Fswiftui-touch-slider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2Fswiftui-touch-slider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2Fswiftui-touch-slider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2Fswiftui-touch-slider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FluidGroup","download_url":"https://codeload.github.com/FluidGroup/swiftui-touch-slider/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2Fswiftui-touch-slider/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265128200,"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":["swiftui"],"created_at":"2024-11-22T09:16:11.136Z","updated_at":"2025-07-13T10:31:05.124Z","avatar_url":"https://github.com/FluidGroup.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TouchSlider\n\nA slider empowering users to effortlessly adjust values by simply touching anywhere.\n\n---\n\n![CleanShot 2023-10-06 at 11  12 12](https://github.com/muukii/swiftui-touch-slider/assets/1888355/5bfc5c43-2b64-4238-ae6a-b20f1b949b5d)\n\n\n## Instructions\n\n```swift\n@State var value: Double = 0\n\n...\n\nTouchSlider(\n  direction: .horizontal,\n  value: $touchSlider_value,\n  speed: 1, // multiplier to track gesture translation.\n  foregroundColor: Color.red,\n  backgroundColor: Color(white: 0.5, opacity: 0.3),\n  cornerRadius: 16\n)\n.frame(height: 80)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidgroup%2Fswiftui-touch-slider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluidgroup%2Fswiftui-touch-slider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidgroup%2Fswiftui-touch-slider/lists"}