{"id":20394164,"url":"https://github.com/laurentsenta/orbital-list","last_synced_at":"2025-04-12T12:12:48.881Z","repository":{"id":38426917,"uuid":"258281155","full_name":"laurentsenta/orbital-list","owner":"laurentsenta","description":"A React library to create interfaces using circles, orbits, and planets.","archived":false,"fork":false,"pushed_at":"2023-01-07T17:25:55.000Z","size":4734,"stargazers_count":7,"open_issues_count":28,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T12:12:43.310Z","etag":null,"topics":["circles","clockwork","javascript-library","react","typescript-library","ui-components"],"latest_commit_sha":null,"homepage":"https://orbital-list.laurentsenta.com/","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/laurentsenta.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}},"created_at":"2020-04-23T17:31:39.000Z","updated_at":"2023-02-16T15:08:46.000Z","dependencies_parsed_at":"2023-02-07T18:17:03.443Z","dependency_job_id":null,"html_url":"https://github.com/laurentsenta/orbital-list","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurentsenta%2Forbital-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurentsenta%2Forbital-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurentsenta%2Forbital-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurentsenta%2Forbital-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laurentsenta","download_url":"https://codeload.github.com/laurentsenta/orbital-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565081,"owners_count":21125418,"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":["circles","clockwork","javascript-library","react","typescript-library","ui-components"],"created_at":"2024-11-15T03:52:05.467Z","updated_at":"2025-04-12T12:12:48.862Z","avatar_url":"https://github.com/laurentsenta.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![logo](https://github.com/laurentsenta/orbital-list/raw/master/social.png?raw=true 'orbital-list logo')\n\n# orbital-list\n\nA React library to create interfaces using circles, orbits, and planets.\n\n[![NPM](https://img.shields.io/npm/v/orbital-list.svg)](https://www.npmjs.com/package/orbital-list)\n\n![capture orbital-list](https://github.com/laurentsenta/orbital-list/raw/master/capture.png?raw=true 'orbital-list Example')\n\nVisit [orbital-list.laurentsenta.com](https://orbital-list.laurentsenta.com/) for an interactive example.\n\nCheck it out in production: **[whena.re](https://whena.re/)** is built with the library and helps you and your team to deal with timezones.\n\n## Install\n\nWith npm:\n\n```bash\nnpm install --save orbital-list\n```\n\nWith yarn:\n\n```bash\nyarn add orbital-list\n```\n\n## Usage\n\nThe library provides a set of components.\n\nCheck the example to see the code behind the [demo](https://orbital-list.laurentsenta.com/).\n\n\n```tsx\nimport React, { Component } from 'react'\n\nimport {\n  Dial,\n  Hand,\n  Label,\n  Orbit,\n  OrbitalList,\n  Place,\n  Planet,\n  Slice\n} from 'orbital-list'\n\nclass Example extends Component {\n  render() {\n    return (\n      \u003cOrbitalList\u003e\n        \u003cDial color='#1f2041' /\u003e\n        \u003cSlice\n          color='rgba(75, 63, 114, 1)'\n          length={0.5}\n          angleStart={180}\n          angleEnd={202.5}\n        /\u003e\n        \u003cPlace\n          angle={180}\n          distance={0.8}\n          style={{ color: '#ed254e', fontSize: '1.2rem', fontWeight: 'bold' }}\n        \u003e\n          \u003cbutton\u003eHello\u003c/button\u003e\n        \u003c/Place\u003e\n        \u003cOrbit color='rgba(244, 205, 205, 1)' radius={0.15} /\u003e\n      \u003c/OrbitalList\u003e\n    )\n  }\n}\n```\n\n## Develop\n\n```\nyarn start # start working on the library\n```\n\nGo in the `examples/` folder, there is a react app there,\n\n```\nyarn start # start the example server\n```\n\n## License\n\nMIT © [laurentsenta](https://github.com/laurentsenta)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurentsenta%2Forbital-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaurentsenta%2Forbital-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurentsenta%2Forbital-list/lists"}