{"id":21129734,"url":"https://github.com/joshwrn/react-dial","last_synced_at":"2026-05-19T17:32:46.245Z","repository":{"id":110966308,"uuid":"579530418","full_name":"joshwrn/react-dial","owner":"joshwrn","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-06T21:30:46.000Z","size":378,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T06:10:11.397Z","etag":null,"topics":["dial","knob","react"],"latest_commit_sha":null,"homepage":"https://joshwrn.github.io/react-dial/","language":"TypeScript","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/joshwrn.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-12-18T01:41:59.000Z","updated_at":"2022-12-18T21:29:33.000Z","dependencies_parsed_at":"2024-11-20T21:15:14.982Z","dependency_job_id":null,"html_url":"https://github.com/joshwrn/react-dial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshwrn%2Freact-dial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshwrn%2Freact-dial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshwrn%2Freact-dial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshwrn%2Freact-dial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshwrn","download_url":"https://codeload.github.com/joshwrn/react-dial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243573495,"owners_count":20312883,"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":["dial","knob","react"],"created_at":"2024-11-20T05:28:46.254Z","updated_at":"2025-12-29T17:15:02.596Z","avatar_url":"https://github.com/joshwrn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"React Dial Component\n\n# Usage\n\n```tsx\nconst App = () =\u003e {\n  const [degrees, setDegrees] = useState(0)\n  return (\n    \u003cWrapper\u003e\n      \u003cDial\n        min={0}\n        max={360}\n        increment={1}\n        realisticDrag={false}\n        degrees={degrees}\n        setDegrees={setDegrees}\n        showProgress={true}\n        dialStyle={{\n          width: \"200px\",\n          height: \"200px\",\n          backgroundColor: \"white\",\n          borderRadius: \"50%\",\n          boxShadow: \"0 0 10px 0 rgba(0, 0, 0, 0.2)\",\n        }}\n      \u003e\n        \u003cTextWrapper\u003e\n          \u003ch3\u003e{Math.round(degrees)}\u003c/h3\u003e\n          \u003cp\u003eDegrees\u003c/p\u003e\n        \u003c/TextWrapper\u003e\n      \u003c/Dial\u003e\n    \u003c/Wrapper\u003e\n  )\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshwrn%2Freact-dial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshwrn%2Freact-dial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshwrn%2Freact-dial/lists"}