Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kpilens/rjsf-core
https://github.com/kpilens/rjsf-core
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kpilens/rjsf-core
- Owner: kpilens
- License: apache-2.0
- Created: 2021-02-27T21:59:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-20T17:21:47.000Z (over 2 years ago)
- Last Synced: 2025-01-01T18:42:00.461Z (23 days ago)
- Language: JavaScript
- Size: 19.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[![Build Status][build-shield]][build-url]
[![Contributors][contributors-shield]][contributors-url]
[![Apache 2.0 License][license-shield]][license-url]
react-jsonschema-form
A simple React component capable of using JSON Schema to declaratively build and customize web forms.
Explore the docs »
View Playground
·
Report Bug
·
Request Feature
[![playground animation](https://i.imgur.com/M8ZCES5.gif)](https://rjsf-team.github.io/react-jsonschema-form/)
## Supported Themes
- [Ant Design](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/antd)
- [Bootstrap 3](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/core)
- [Bootstrap 4](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/bootstrap-4)
- [Fluent UI](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/fluent-ui)
- [Material UI 4](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/material-ui)
- [Material UI 5](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/material-ui)
- [Semantic UI](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/semantic-ui)
- [Chakra UI](https://github.com/rjsf-team/react-jsonschema-form/tree/master/packages/chakra-ui)## Documentation
Read our [documentation](https://react-jsonschema-form.readthedocs.io/en/latest/) on Read the Docs.
## Live Playground
A [live playground](https://rjsf-team.github.io/react-jsonschema-form/) is hosted on gh-pages.
## Contributing
Read our [contributors' guide](https://react-jsonschema-form.readthedocs.io/en/latest/contributing/) to get started.
## Credits
Testing powered by BrowserStack
[build-shield]: https://github.com/rjsf-team/react-jsonschema-form/workflows/CI/badge.svg
[build-url]: https://github.com/rjsf-team/react-jsonschema-form/actions
[contributors-shield]: https://img.shields.io/github/contributors/rjsf-team/react-jsonschema-form.svg
[contributors-url]: https://github.com/rjsf-team/react-jsonschema-form/graphs/contributors
[license-shield]: https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat-square
[license-url]: https://choosealicense.com/licenses/apache-2.0/