{"id":23850570,"url":"https://github.com/manojadams/ant-forms","last_synced_at":"2026-04-13T09:32:28.791Z","repository":{"id":186835566,"uuid":"675826539","full_name":"manojadams/ant-forms","owner":"manojadams","description":"Ant design forms using json based schema","archived":false,"fork":false,"pushed_at":"2023-08-30T11:16:05.000Z","size":181,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-03T00:02:02.478Z","etag":null,"topics":["ant-design","ant-forms","antd","json-forms","react"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/manojadams.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-07T20:22:33.000Z","updated_at":"2023-08-11T19:18:02.000Z","dependencies_parsed_at":"2025-01-02T22:31:56.249Z","dependency_job_id":"38100c9a-8800-4431-a706-6932b62d205c","html_url":"https://github.com/manojadams/ant-forms","commit_stats":null,"previous_names":["manojadams/ant-forms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manojadams/ant-forms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojadams%2Fant-forms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojadams%2Fant-forms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojadams%2Fant-forms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojadams%2Fant-forms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manojadams","download_url":"https://codeload.github.com/manojadams/ant-forms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojadams%2Fant-forms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["ant-design","ant-forms","antd","json-forms","react"],"created_at":"2025-01-02T22:30:40.530Z","updated_at":"2026-04-13T09:32:28.772Z","avatar_url":"https://github.com/manojadams.png","language":"TypeScript","readme":"# ant-forms (work in prgoress);\nAnt design forms using json based schema\n\n## Advantages and features\n- Built-in layouting\n- Supports custom components\n- Easily define field relationships and build advanced forms\n\n## Install\n\n```\nnpm install ant-forms\n```\n\n## Basic Usage\n\n### 1. Define your schema ( and save it as json like schema.json)\n```\n\"fields\": [{\n        \"name\": \"first_name\",\n        \"meta\": {\n            \"displayType\": \"text\",\n            \"displayName\": \"First Name\"\n        }\n    }, {\n        \"name\": \"last_name\",\n        \"meta\": {\n            \"displayType\": \"text\",\n            \"displayName\": \"Last Name\"\n        }\n    }]\n```\n\n```\nimport React from 'react';\nimport MuiForms from 'ant-forms';\n\nexport function MyForm() {\n    return (\n        \u003cMuiForms\n            schema={exampleSchema}\n            onSubmit={(formData) =\u003e {\n              // submit data\n            }}\n        /\u003e\n    );\n}\n```\n\n## Contributions\nLooking for open source contributions.\n\n## License\nMIT\n\n## Give a ⭐️ if you liked this project!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanojadams%2Fant-forms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanojadams%2Fant-forms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanojadams%2Fant-forms/lists"}