{"id":17349225,"url":"https://github.com/co2-git/reacted-form","last_synced_at":"2025-03-27T11:44:25.656Z","repository":{"id":68259469,"uuid":"49761193","full_name":"co2-git/reacted-form","owner":"co2-git","description":"React Form Component","archived":false,"fork":false,"pushed_at":"2016-01-16T07:50:08.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T16:23:16.347Z","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/co2-git.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":"2016-01-16T05:48:53.000Z","updated_at":"2016-01-16T07:50:09.000Z","dependencies_parsed_at":"2023-03-18T05:45:24.684Z","dependency_job_id":null,"html_url":"https://github.com/co2-git/reacted-form","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/co2-git%2Freacted-form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co2-git%2Freacted-form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co2-git%2Freacted-form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co2-git%2Freacted-form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/co2-git","download_url":"https://codeload.github.com/co2-git/reacted-form/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245841689,"owners_count":20681184,"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-10-15T16:55:06.167Z","updated_at":"2025-03-27T11:44:25.634Z","avatar_url":"https://github.com/co2-git.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"reacted-form\n===\n\nEasily write forms in React.\n\n# Install\n\n```bash\nnpm install -s reacted-form\n```\n\n# Usage\n\nImport form from one of your controller:\n\n```js\nimport React from 'react';\nimport { Form, Email, Password } from 'reacted-form';\n\nclass MyComponent extends React.Component {\n\n  submitHandler (e, values) {\n    myLoginFunction(values.email, values.password):\n  }\n\n  render () {\n    return (\n      \u003cForm onSubmit={ this.submitHandler.bind(this) }\u003e\n        \u003cEmail\n          placeholder   =   \"Your email\"\n          name          =   \"email\"\n          required\n        /\u003e\n        \u003cPassword\n          placeholder   =   \"Your password\"\n          name          =   \"password\"\n          required\n        /\u003e\n      \u003c/Form\u003e\n    )\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fco2-git%2Freacted-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fco2-git%2Freacted-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fco2-git%2Freacted-form/lists"}