{"id":13805134,"url":"https://github.com/TeamWertarbyte/material-ui-fullscreen-dialog","last_synced_at":"2025-05-13T18:33:14.594Z","repository":{"id":15768750,"uuid":"78733499","full_name":"TeamWertarbyte/material-ui-fullscreen-dialog","owner":"TeamWertarbyte","description":"A fullscreen dialog for Material-UI.","archived":false,"fork":false,"pushed_at":"2023-01-06T01:35:18.000Z","size":2965,"stargazers_count":58,"open_issues_count":11,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-03T15:02:35.258Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mui.wertarbyte.com/#material-ui-fullscreen-dialog","language":"JavaScript","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/TeamWertarbyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["leMaik","saschb2b"]}},"created_at":"2017-01-12T10:22:53.000Z","updated_at":"2022-12-10T19:06:06.000Z","dependencies_parsed_at":"2023-01-13T18:34:32.091Z","dependency_job_id":null,"html_url":"https://github.com/TeamWertarbyte/material-ui-fullscreen-dialog","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamWertarbyte%2Fmaterial-ui-fullscreen-dialog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamWertarbyte%2Fmaterial-ui-fullscreen-dialog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamWertarbyte%2Fmaterial-ui-fullscreen-dialog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamWertarbyte%2Fmaterial-ui-fullscreen-dialog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TeamWertarbyte","download_url":"https://codeload.github.com/TeamWertarbyte/material-ui-fullscreen-dialog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254003498,"owners_count":21997896,"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-04T01:00:57.844Z","updated_at":"2025-05-13T18:33:14.098Z","avatar_url":"https://github.com/TeamWertarbyte.png","language":"JavaScript","funding_links":["https://github.com/sponsors/leMaik","https://github.com/sponsors/saschb2b"],"categories":["Components"],"sub_categories":[],"readme":"# material-ui-fullscreen-dialog\nThis project provides a [fullscreen dialog][dialogspec] for [Material-UI][mui].\n\n![Demo](demo.gif)\n\nIf you want to try the component yourself instead of watching a gif, head over to [the storybook][gh-pages] for a live demo!\n\n## Installation\n```shell\nnpm i --save material-ui-fullscreen-dialog\n```\n\n## Usage\n\n\n```jsx\nimport FullscreenDialog from 'material-ui-fullscreen-dialog'\n\n\u003cFullscreenDialog\n  open={this.state.open}\n  onRequestClose={() =\u003e this.setState({ open: false })}\n  title={'Demo dialog'}\n  actionButton={\u003cFlatButton\n    label='Done'\n    onClick={() =\u003e this.setState({ open: false })}\n  /\u003e}\n\u003e\n  // dialog content here\n\u003c/FullscreenDialog\u003e\n```\n\n## Properties\n| Name | Type | Default | Description |\n| --- | --- | --- | --- |\n| actionButton | `node` | | A `FlatButton` or `IconButton` that is used as affirmative action button. |\n| appBarClassName | `string` | | Set the CSS classes of the app bar. | \n| appBarStyle | `object` | | Overrides the inline-styles of the app bar. | \n| appBarZDepth | `number` | 1 | Overrides the z-depth of the app bar, will affect its shadow. This is ignored if immersive is set to `true`. |\n| children | `node` | | Children elements. |\n| closeIcon | `node` | Close icon | Icon element used for the dismissive action. This is hidden if `onRequestClose` is not set. |\n| containerClassName | `string` | | Set the CSS classes of the dialog's children container. |\n| containerStyle | `object` | | Overrides the inline-styles of the dialog's children container. |\n| immersive | `bool` | `false` | Toggles the immersive mode. If set to `true`, the app bar has a semi-transparent gradient and overlays the content. |\n| onRequestClose | `function` | | Callback that is invoked when the dismissive action button is touched. |\n| open * | `bool` | | Controls whether the dialog is opened or not. |\n| style | `object` | | Overrides the inline-styles of the dialog's root element. |\n| title | `string` | | The title of the dialog. |\n| titleStyle | `object` | | Overrides the inline-styles of the app bar's title element. |\n\n\\* required property\n\n## Credits\nThe code for the animation was adapted from Material UI's [Dialog][mui-dialog], although the animation itself is different.\n\n## License\nThe files included in this repository are licensed under the MIT license.\n\n[dialogspec]: https://material.io/guidelines/components/dialogs.html#dialogs-specs\n[mui]: http://www.material-ui.com/#/\n[gh-pages]: https://teamwertarbyte.github.io/material-ui-fullscreen-dialog/\n[mui-dialog]: https://github.com/callemall/material-ui/blob/master/src/Dialog/Dialog.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTeamWertarbyte%2Fmaterial-ui-fullscreen-dialog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTeamWertarbyte%2Fmaterial-ui-fullscreen-dialog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTeamWertarbyte%2Fmaterial-ui-fullscreen-dialog/lists"}