{"id":16478436,"url":"https://github.com/batazor/react-final-form-generator","last_synced_at":"2025-10-26T05:39:01.624Z","repository":{"id":33143671,"uuid":"153096438","full_name":"batazor/react-final-form-generator","owner":"batazor","description":"Generating form over react-final-form","archived":false,"fork":false,"pushed_at":"2023-10-12T04:27:04.000Z","size":18233,"stargazers_count":3,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T13:07:30.399Z","etag":null,"topics":["generator-form","material-ui","react-form","ui"],"latest_commit_sha":null,"homepage":null,"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/batazor.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":"2018-10-15T10:43:43.000Z","updated_at":"2022-01-11T00:17:29.000Z","dependencies_parsed_at":"2024-10-28T16:10:30.286Z","dependency_job_id":"3e3a4cc1-e210-4a72-90de-bc5291b7cb7d","html_url":"https://github.com/batazor/react-final-form-generator","commit_stats":{"total_commits":538,"total_committers":4,"mean_commits":134.5,"dds":"0.20631970260223054","last_synced_commit":"13b4c8da71abb12a66f939666727c1c5f9c8a19c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batazor%2Freact-final-form-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batazor%2Freact-final-form-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batazor%2Freact-final-form-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batazor%2Freact-final-form-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/batazor","download_url":"https://codeload.github.com/batazor/react-final-form-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245097158,"owners_count":20560311,"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":["generator-form","material-ui","react-form","ui"],"created_at":"2024-10-11T12:49:20.858Z","updated_at":"2025-10-26T05:38:56.599Z","avatar_url":"https://github.com/batazor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-final-form-generator\n\nGenerating form over react-final-form\n\n#### Feature\n\n+ generation form use JSON\n+ condition\n\n### Usage\n\n```js\nimport Form, { Control } from 'react-final-form-generator'\n\n// Fields\nconst fields = [\n  {\n    name: 'email',\n    label: 'Email',\n    type: 'TextField',\n  },\n  {\n    name: 'submit',\n    label: 'Submit',\n    type: 'Button',\n    condition: {\n      when: 'email',\n      is: 'test',\n      action: '==',\n    },\n  },\n]\n// ...code\n\nfunction renderForm() {\n  return (\n    \u003cForm\n      fields={fields}\n      onSubmit={onSubmit}\n    \u003e\n      \u003cControl fields={fieldsOne} /\u003e\n      \u003cControl fields={fieldsTwo} /\u003e\n    \u003c/Form\u003e\n  )\n}\n```\n\n### TODO\n\n- [] validation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbatazor%2Freact-final-form-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbatazor%2Freact-final-form-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbatazor%2Freact-final-form-generator/lists"}