{"id":23442240,"url":"https://github.com/teamwertarbyte/material-ui-password-field","last_synced_at":"2025-04-13T11:11:08.301Z","repository":{"id":11373536,"uuid":"69466926","full_name":"TeamWertarbyte/material-ui-password-field","owner":"TeamWertarbyte","description":"A password field using Material-UI.","archived":false,"fork":false,"pushed_at":"2023-01-25T18:17:10.000Z","size":3169,"stargazers_count":57,"open_issues_count":12,"forks_count":19,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T20:35:26.339Z","etag":null,"topics":["input","material-design","material-ui","react"],"latest_commit_sha":null,"homepage":"https://mui.wertarbyte.com/#material-ui-password-field","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":"2016-09-28T13:38:44.000Z","updated_at":"2024-12-08T08:53:15.000Z","dependencies_parsed_at":"2023-02-14T10:17:14.519Z","dependency_job_id":null,"html_url":"https://github.com/TeamWertarbyte/material-ui-password-field","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamWertarbyte%2Fmaterial-ui-password-field","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamWertarbyte%2Fmaterial-ui-password-field/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamWertarbyte%2Fmaterial-ui-password-field/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamWertarbyte%2Fmaterial-ui-password-field/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TeamWertarbyte","download_url":"https://codeload.github.com/TeamWertarbyte/material-ui-password-field/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248703198,"owners_count":21148118,"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":["input","material-design","material-ui","react"],"created_at":"2024-12-23T17:29:01.764Z","updated_at":"2025-04-13T11:11:08.277Z","avatar_url":"https://github.com/TeamWertarbyte.png","language":"JavaScript","funding_links":["https://github.com/sponsors/leMaik","https://github.com/sponsors/saschb2b"],"categories":[],"sub_categories":[],"readme":"# material-ui-password-field\nThis project provides a [password field][passwordspec] 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-password-field\n```\n\n## Usage\nThe usage of this component is pretty straightforward: Just replace your boring password `TextField`s with the shiny new `PasswordField` and you're done.\n\n```jsx\nimport PasswordField from 'material-ui-password-field'\n\n\u003cPasswordField\n  hintText=\"At least 8 characters\"\n  floatingLabelText=\"Enter your password\"\n  errorText=\"Your password is too short\"\n/\u003e\n```\n\n## Properties\n| Name | Type | Default | Description |\n| --- | --- | --- | --- |\n| buttonDisabled | `bool` | `false` | Set this to `true` to disable the visibility button. |\n| classes | `object` | | Override or extend the styles applied to the component. |\n| visible | `bool` | `false` | Set this to `true` to make the password initially visible. |\n\nAdditionally, all properties of Material UI's [Text Field][mui-text-field] should be supported, except for `type` and `multiLine`. Please open an issue if something is missing or does not work as expected.\n\n## CSS\nYou can override all the class names thanks to the `classes` property. This property accepts the following keys:\n\n| Name | Description |\n| ---- | ----------- |\n| `root` | Styles applied to the root element. |\n| `input` | Styles applied to the `Input` element. |\n| `iconButton` | Styles applied to the `IconButton` element. |\n| `icon` | Styles applied to the `ToggleIcon` element. |\n\n## Credits\nSome code for the input component was adapted from Material UI's [Text Field][mui-text-field] that we all know and love.\n\n## License\nThe files included in this repository are licensed under the MIT license.\n\n[passwordspec]:https://material.google.com/components/text-fields.html#text-fields-password-input\n[mui]: http://www.material-ui.com/#/\n[mui-text-field]: http://www.material-ui.com/#/components/text-field\n[gh-pages]: https://teamwertarbyte.github.io/material-ui-password-field/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamwertarbyte%2Fmaterial-ui-password-field","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamwertarbyte%2Fmaterial-ui-password-field","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamwertarbyte%2Fmaterial-ui-password-field/lists"}