{"id":23767583,"url":"https://github.com/mhmtmutlu/react-inputs-validator","last_synced_at":"2025-09-05T12:31:10.172Z","repository":{"id":48319310,"uuid":"391622731","full_name":"MhmtMutlu/react-inputs-validator","owner":"MhmtMutlu","description":"Simple input validator React component.","archived":false,"fork":false,"pushed_at":"2021-08-18T17:30:39.000Z","size":693,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-05T10:37:48.543Z","etag":null,"topics":["reactjs","validation-library"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-inputs-validator","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/MhmtMutlu.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":"2021-08-01T12:36:27.000Z","updated_at":"2022-08-12T09:05:42.000Z","dependencies_parsed_at":"2022-08-19T18:50:58.027Z","dependency_job_id":null,"html_url":"https://github.com/MhmtMutlu/react-inputs-validator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MhmtMutlu%2Freact-inputs-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MhmtMutlu%2Freact-inputs-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MhmtMutlu%2Freact-inputs-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MhmtMutlu%2Freact-inputs-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MhmtMutlu","download_url":"https://codeload.github.com/MhmtMutlu/react-inputs-validator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232039710,"owners_count":18464029,"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":["reactjs","validation-library"],"created_at":"2025-01-01T00:46:08.165Z","updated_at":"2025-01-01T00:46:08.685Z","avatar_url":"https://github.com/MhmtMutlu.png","language":"JavaScript","readme":"# react-inputs-validator\n\n\u003e Simple input validator React component\n\n[![NPM](https://img.shields.io/npm/v/react-inputs-validator.svg)](https://www.npmjs.com/package/react-inputs-validator) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n## Install\n\n```bash\nnpm install --save react-inputs-validator\n```\n\n## Usage\n\n```jsx\nimport { ValidatedInput } from 'react-inputs-validator'\n\nfunction App(){\n  return(\n    \u003c\u003e\n      \u003cValidatedInput\n        type=\"email\" // email / password\n        errorMessage=\"Not a valid e-mail!\" // Error message for input\n        ... Other Props\n      /\u003e\n    \u003c/\u003e\n  )\n}\n\nOther Props\n- message=\"Must be a valid e-mail!\" // Info message for input\n- minLength=\"0\" // Min length of a password\n- maxLength=\"10\" // Max length of a password\n```\n\n## License\n\nMIT\n\n## Contributors\n\u003cul style=\"list-style-type:disc\"\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/bstkpnr\"\u003eBeste Tokpınar\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/gizemykbg\"\u003eGizem Yakabağ\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/MhmtMutlu\"\u003eMehmet Mutlu\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/alperenmehmet\"\u003eMehmet Alperen\u003c/a\u003e\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://github.com/movwf\"\u003eMehmet Hilmi\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhmtmutlu%2Freact-inputs-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhmtmutlu%2Freact-inputs-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhmtmutlu%2Freact-inputs-validator/lists"}