{"id":27086615,"url":"https://github.com/al3xdiaz/form-with-state","last_synced_at":"2026-05-06T04:03:26.591Z","repository":{"id":111664899,"uuid":"523946592","full_name":"Al3xDiaz/form-with-state","owner":"Al3xDiaz","description":"this is a project for manage the react js state in a form, (width override methods)","archived":false,"fork":false,"pushed_at":"2024-06-21T03:50:01.000Z","size":283,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-28T03:07:38.840Z","etag":null,"topics":["react-state","reactjs","typescript-library"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Al3xDiaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-12T03:46:16.000Z","updated_at":"2024-06-21T03:50:04.000Z","dependencies_parsed_at":"2023-12-26T03:25:08.940Z","dependency_job_id":"38f7dbbf-4dc1-437d-a3b7-cff809edb124","html_url":"https://github.com/Al3xDiaz/form-with-state","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Al3xDiaz/form-with-state","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al3xDiaz%2Fform-with-state","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al3xDiaz%2Fform-with-state/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al3xDiaz%2Fform-with-state/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al3xDiaz%2Fform-with-state/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Al3xDiaz","download_url":"https://codeload.github.com/Al3xDiaz/form-with-state/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al3xDiaz%2Fform-with-state/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32677933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["react-state","reactjs","typescript-library"],"created_at":"2025-04-06T05:36:25.593Z","updated_at":"2026-05-06T04:03:26.559Z","avatar_url":"https://github.com/Al3xDiaz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Form lite\n## usage\n\n```ts\nimport React from \"react\"\nimport Form from \"form-with-state\"\nimport styled from \"styled-components\"\n\nconst Container = styled.div`\n\u0026 form{\n    display: grid;\n    grid-gap: 1rem;\n    /* for use grid template areas use \"name\" property of form item */\n    grid-template-areas:\n        \"firstName LastName\"\n        \"submit submit\";\n}\n`\n\nexport const App = ()=\u003e{\n    return (\n        \u003cContainer\u003e\n            \u003cForm onSubmit={(data,formData)=\u003econsole.log(data)}\u003e\n                \u003cForm.TextField label='First Name' required name='firstName' /\u003e\n                \u003cForm.TextField label='Last Name' required name='lastName' /\u003e\n                \u003cForm.Submit name='submit' label='login' /\u003e\n            \u003c/Form\u003e\n        \u003c/Container\u003e\n    )\n}\n/*\nDisplay\n    | firstName | lastName |\n    | Submit               |\n*/\n/*\nconsole log:\n    {\n        \"firstName\" : \"\",\n        \"lastName\" : \"\"\n    }\n*/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal3xdiaz%2Fform-with-state","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fal3xdiaz%2Fform-with-state","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal3xdiaz%2Fform-with-state/lists"}