{"id":21376508,"url":"https://github.com/fluidgroup/precisionlevelslider","last_synced_at":"2026-02-27T05:34:34.634Z","repository":{"id":37381778,"uuid":"74893152","full_name":"FluidGroup/PrecisionLevelSlider","owner":"FluidGroup","description":"Like Photos Editing Slider","archived":false,"fork":false,"pushed_at":"2025-04-10T12:13:46.000Z","size":9562,"stargazers_count":170,"open_issues_count":2,"forks_count":20,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-24T19:36:22.716Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","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/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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-11-27T14:34:04.000Z","updated_at":"2026-02-17T10:56:58.000Z","dependencies_parsed_at":"2025-05-11T02:41:36.285Z","dependency_job_id":"9010847c-9bd9-4ac8-9608-f3b004bc61b1","html_url":"https://github.com/FluidGroup/PrecisionLevelSlider","commit_stats":null,"previous_names":["muukii/precisionlevelslider"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/FluidGroup/PrecisionLevelSlider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FPrecisionLevelSlider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FPrecisionLevelSlider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FPrecisionLevelSlider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FPrecisionLevelSlider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FluidGroup","download_url":"https://codeload.github.com/FluidGroup/PrecisionLevelSlider/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FPrecisionLevelSlider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29885854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"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":[],"created_at":"2024-11-22T09:15:59.743Z","updated_at":"2026-02-27T05:34:34.619Z","avatar_url":"https://github.com/FluidGroup.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e An alternative consideration is https://github.com/shima11/SteppedSlider.\n\n# PrecisionLevelSlider\n\nA slider that allows the user to select a value with a high level of precision.\nNot grabbing knobs but sliding reels.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"example.gif\" width=375\u003e\n\u003c/p\u003e\n\n## Features\n\n- No bundle built-in UI\n- Make your design for this slider - center indicator and background design.\n- Triggers haptic feedback according to value changes.\n- Specialized for iOS - SwiftUI, UIKit\n\n## Usage\n\n### SwiftUI\n\n```swift\nSwiftUIPrecisionLevelSlider(\n    value: $value,\n    haptics: .init(trigger: { value in\n        // trigger haptics according to the value\n    }),\n    range: .init(range: -45...45, transform: { $0.rounded(.toNearestOrEven) }),\n    centerLevel: { value in\n        // your custom view here\n    },\n    track: { value in\n        // your custom view here\n    }\n)\n.tint(.primary)\n.frame(height: 50)\n```\n\n### UIKit\n\nUse `PrecisionLevelSlider`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidgroup%2Fprecisionlevelslider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluidgroup%2Fprecisionlevelslider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidgroup%2Fprecisionlevelslider/lists"}