{"id":26365026,"url":"https://github.com/alirezakay/mui-elapsing-bars","last_synced_at":"2026-05-10T03:02:06.706Z","repository":{"id":57304820,"uuid":"301339708","full_name":"alirezakay/mui-elapsing-bars","owner":"alirezakay","description":"An animated elapsing progress-bars mutable during the date/time for React JS 📊","archived":false,"fork":false,"pushed_at":"2020-10-08T17:26:02.000Z","size":4101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T14:21:45.068Z","etag":null,"topics":["animated","bar","bar-graphs","elapsed-time","mui-elapsing-bars","progress-bar","react","reactjs","world-population-by-date"],"latest_commit_sha":null,"homepage":"https://mui-elapsing-bars.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alirezakay.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-10-05T08:22:19.000Z","updated_at":"2020-10-16T12:57:30.000Z","dependencies_parsed_at":"2022-09-20T20:21:02.256Z","dependency_job_id":null,"html_url":"https://github.com/alirezakay/mui-elapsing-bars","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alirezakay/mui-elapsing-bars","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezakay%2Fmui-elapsing-bars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezakay%2Fmui-elapsing-bars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezakay%2Fmui-elapsing-bars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezakay%2Fmui-elapsing-bars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alirezakay","download_url":"https://codeload.github.com/alirezakay/mui-elapsing-bars/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezakay%2Fmui-elapsing-bars/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267978017,"owners_count":24175241,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"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":["animated","bar","bar-graphs","elapsed-time","mui-elapsing-bars","progress-bar","react","reactjs","world-population-by-date"],"created_at":"2025-03-16T19:29:26.968Z","updated_at":"2026-05-10T03:02:01.679Z","avatar_url":"https://github.com/alirezakay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mui-elapsing-bars\n\n\u003cimg align=\"left\" src=\"https://raw.githubusercontent.com/alirezakay/mui-elapsing-bars/main/mui-elapsing-bars.png\" alt=\"mui-elapsing-bars\" width=\"300\" /\u003e\n\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\n**mui-elapsing-bars** is a React component for displaying an animated progress-bar list which gets changed by time-elapsing. It is made with the flavour of our popular framework: [material-ui][mui] 😋\n\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\n![](https://img.shields.io/npm/v/mui-elapsing-bars?style=flat-square)\n\n## Installation\n\n```bash\nnpm install mui-elapsing-bars\n```\n\nOR\n\n```bash\nyarn add mui-elapsing-bars\n```\n\n----\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/alirezakay/mui-elapsing-bars/main/covid19-progress.gif\" alt=\"covid19-progress-gif\" width=\"100%\" /\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n## Quick Start\n\nYou can see the live examples here: [The Demo][demo]\n\n```jsx\nimport { ElapBars } from 'mui-elapsing-bars';\n\nconst data = [\n  {\n    key: {text: \"EURUSD\"},\n    value: 1.2,\n    date: \"2018\",\n  },\n  {\n    key: {text: \"GBPJPY\"},\n    value: 147.19,\n    date: \"2018\",\n  },\n  {\n    key: {text: \"EURUSD\"},\n    value: 1.19,\n    date: \"2019\",\n  },\n  {\n    key: {text: \"GBPJPY\"},\n    value: 139.27,\n    date: \"2019\",\n  },\n  {\n    key: {text: \"EURUSD\"},\n    value: 1.18,\n    date: \"2020\",\n  },\n  {\n    key: {text: \"GBPJPY\"},\n    value: 137.42,\n    date: \"2020\",\n  },\n];\n\nexport default function App(){\n  return (\n    // ElapBars has one required props: `data` \n    \u003cElapBars\n      data={data}\n    /\u003e\n  );\n}\n```\n\n----\n\nThe **Default Props** is as it is shown below:\n\n```js\nconst defaultProps = {\n  className: '',\n  style: {},\n  title: null,\n  keyOptions: {\n    title: \"\",\n    display: {\n      xs: 'icon',\n      sm: 'both',\n      md: 'both',\n      lg: 'both',\n      xl: 'both',\n    },\n  },\n  dateOptions: {\n    titleVariant: 'default',\n    order: 'asc',\n  },\n  valueOptions: {\n    title: '',\n    order: 'desc',\n    digitsCommaSeparation: true,\n  },\n  barOptions: {\n    colorVariant: 'primary',\n    n: undefined,\n  },\n  pure: false,\n  run: false,\n  restart: null,\n  loop: false,\n  delay: 1000,\n  interval: 700,\n  onStart: () =\u003e { },\n  onRestart: () =\u003e { },\n  onPause: () =\u003e { },\n  onResume: () =\u003e { },\n  onEnd: () =\u003e { },\n};\n```\n\n\u003cbr/\u003e\n\n## More Docs\n\n- To see the full documentation for the props, take a look at **[PROPS Document][props.md]**.\n\n- To see more examples, take a look at the **src/examples/** folder in the github repo.\n\n\u003cbr/\u003e\n\n----\n\n\u003cbr/\u003e\n\nThank you for using this repo. **Please feel free to open new issues and contributing to this repository**.\n\n\u003cbr/\u003e\n\n## Future Roadmap\n\nThe future works will be taken into consideration if I see there is interests from YOU in this project.\n\n- improve perfomance by decreasing RAM usage: perform better data structures for getting `data` array.\n\n- implement another component named: `PureElapBars` optimized for occupying less resources.\n\n- add a way for passing arbitrary color for all the bars **inplace**.\n\n- add a way for choosing whether find the maximum value in current interval or the whole data\n\n- add more features ...\n\n[mui]: https://material-ui.com\n[demo]: https://mui-elapsing-bars.vercel.app\n[props.md]: https://github.com/alirezakay/mui-elapsing-bars/blob/main/elap-bars-props.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falirezakay%2Fmui-elapsing-bars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falirezakay%2Fmui-elapsing-bars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falirezakay%2Fmui-elapsing-bars/lists"}