{"id":13906933,"url":"https://github.com/dbtek/mui-timeout","last_synced_at":"2025-12-28T02:06:59.352Z","repository":{"id":57304881,"uuid":"169366388","full_name":"dbtek/mui-timeout","owner":"dbtek","description":"A timeout / progress dialog built with Material UI","archived":false,"fork":false,"pushed_at":"2019-05-18T09:04:14.000Z","size":255,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-19T12:04:32.562Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbtek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-06T06:52:52.000Z","updated_at":"2020-01-13T01:22:06.000Z","dependencies_parsed_at":"2022-09-20T20:10:43.410Z","dependency_job_id":null,"html_url":"https://github.com/dbtek/mui-timeout","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/dbtek%2Fmui-timeout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtek%2Fmui-timeout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtek%2Fmui-timeout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtek%2Fmui-timeout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbtek","download_url":"https://codeload.github.com/dbtek/mui-timeout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243248161,"owners_count":20260749,"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":[],"created_at":"2024-08-06T23:01:44.974Z","updated_at":"2025-12-28T02:06:59.297Z","avatar_url":"https://github.com/dbtek.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003e\n  mui-timeout :bomb:\n\u003c/h2\u003e\n\u003ch3 align=\"center\"\u003e\n  A timeout dialog React component built with Material UI.\n\u003c/h3\u003e\n\u003ch3 align=\"center\"\u003e\n  \u003cimg src=\"timeout.gif\" height=\"400\"/\u003e\n\u003c/h3\u003e\n\n---\n\n### Install\n```bash\n$ npm i -S mui-timeout\n# or with yarn\n$ yarn add mui-timeout\n```\n\n### Usage\n\n```js\nimport TimeoutDialog from 'mui-timeout'\n\n\u003cTimeoutDialog interval={3} end={new Date(2019, 1, 6, 10, 0)} /\u003e\n```\n\n### API\n**Props**  \n`end` `{Date} *`  \nEnd time.  \n\n`onActionClick` `{function(ended: Boolean)} *`   \nAction button click listener.  \n\n`interval` `{String}`  \nTimeout interval, time to inform before end (in minutes).  \n\n`title` `{Object}`  \n`title.inform` `{String}`  \nInform title.  \n`title.ended` `{String}`  \nTitle to show when timeout ends.  \n\n`content` `{Object}`  \n`content.inform` `{String}`  \nInform content.  \n`content.ended` `{String}`  \nContent to show when timeout ends.  \n\n`actionButtonText` `{Object}`  \n`actionButtonText.inform` `{String}`  \nText to show on action button.  \n\n`actionButtonText.ended` `{String}`  \nText to show on action button when timeout ends.  \n\n`color` `{String}`  \nOne of \"primary\" or \"secondary\".  \n\n### Author\nIsmail Demirbilek [@dbtek](https://twitter.com/dbtek)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbtek%2Fmui-timeout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbtek%2Fmui-timeout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbtek%2Fmui-timeout/lists"}