mirror of
https://github.com/zhigang1992/react-jsonschema-form.git
synced 2026-01-12 22:50:02 +08:00
* Added withTheme HOC * prettier run * renamed restData variable * data.Fields -> data.fields * Created documentation * doc: update doc * test: add test * removed custom form * removed custom form from documentation * Updated withTheme + docs to show pass-through nature of all the props * Apply suggestions from code review Co-Authored-By: Ashwin Ramaswami <aramaswamis@gmail.com> * Update test/withTheme_test.js Co-Authored-By: Ashwin Ramaswami <aramaswamis@gmail.com> * Updated tests
18 lines
485 B
YAML
18 lines
485 B
YAML
site_name: react-jsonschema-form documentation
|
|
docs_dir: docs
|
|
theme: readthedocs
|
|
|
|
nav:
|
|
- Introduction: index.md
|
|
- Advanced Customization: advanced-customization.md
|
|
- Definitions: definitions.md
|
|
- Dependencies: dependencies.md
|
|
- Form Customization: form-customization.md
|
|
- Theme Customization: theme-customization.md
|
|
- Validation: validation.md
|
|
- Playground: https://mozilla-services.github.io/react-jsonschema-form/
|
|
|
|
markdown_extensions:
|
|
- toc:
|
|
permalink: true
|