{"id":15047023,"url":"https://github.com/agentlab/rjsf-antd","last_synced_at":"2025-10-03T04:30:46.489Z","repository":{"id":57095553,"uuid":"215274438","full_name":"agentlab/rjsf-antd","owner":"agentlab","description":"Ant Design for for react-jsonschema-form","archived":false,"fork":true,"pushed_at":"2019-12-09T08:22:33.000Z","size":307,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-25T11:04:39.843Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"videni/rjsf-antd","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agentlab.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}},"created_at":"2019-10-15T10:47:54.000Z","updated_at":"2019-10-25T08:51:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/agentlab/rjsf-antd","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/agentlab%2Frjsf-antd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentlab%2Frjsf-antd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentlab%2Frjsf-antd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentlab%2Frjsf-antd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agentlab","download_url":"https://codeload.github.com/agentlab/rjsf-antd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219876149,"owners_count":16554739,"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-09-24T20:53:52.920Z","updated_at":"2025-10-03T04:30:46.082Z","avatar_url":"https://github.com/agentlab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ch3 align=\"center\"\u003erjsf-antd\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n  Ant Design theme, fields and widgets for \u003ca href=\"https://github.com/mozilla-services/react-jsonschema-form/\"\u003e\u003ccode\u003ereact-jsonschema-form\u003c/code\u003e\u003c/a\u003e.\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/videni/rjsf-antd\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/videni/rjsf-antd/\"\u003eView Playground\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/videni/rjsf-antd/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/videni/rjsf-antd/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n## Table of Contents\n\n- [About the Project](#about-the-project)\n  - [Built With](#built-with)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n- [Usage](#usage)\n- [Roadmap](#roadmap)\n- [Contributing](#contributing)\n- [License](#license)\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n## About The Project\n\n[![rjsf-antd Screen Shot][product-screenshot]](https://github.com/videni/rjsf-antd)\n\nExports `Ant Design` theme, fields and widgets for `react-jsonschema-form`.\n\n### Built With\n\n- [react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form/)\n- [Ant Design](https://ant.design/)\n- [Typescript](https://www.typescriptlang.org/)\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Getting Started\n\n### Prerequisites\n\n```sh\nyarn add antd react-jsonschema-form\n```\n\n### Installation\n\n```sh\nyarn add rjsf-antd\n```\n\n\u003c!-- USAGE EXAMPLES --\u003e\n\n## Usage\n\n```javascript\nimport { withTheme } from 'react-jsonschema-form';\nimport { Theme } from 'rjsf-antd';\n\nconst Form = withTheme(Theme);\n```\n\nor\n\n```javascript\nimport Form from 'rjsf-antd';\n```\n\n\u003c!-- ROADMAP --\u003e\n\n## Roadmap\n\nSee the [open issues](https://github.com/videni/rjsf-antd/issues) for a list of proposed features (and known issues).\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003c!-- LICENSE --\u003e\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n\n[product-screenshot]: https://raw.githubusercontent.com/videni/rjsf-antd/master/screenshot.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentlab%2Frjsf-antd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagentlab%2Frjsf-antd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentlab%2Frjsf-antd/lists"}