react-jsonschema-form 旨在根据JSON 模式。 它是kinto-admin中的主要组件。 如果你想为任何数据生成一个表单,看不见,只需给定一个 JSON 模式,react-jsonschema-form 可能适合你。 如果您对您的数据有先验知识并且想要一个工具包来为它生成表格,您可能会寻找其他地方。 react-jsonschema-form 验证数据是否符合给定的...
react-jsonschema-form A simple React component capable of building HTML forms out of a JSON schema and using Bootstrap semantics by default. A live playground is hosted on gh-pages. Table of Contents Installation As a npm-based project dependency As a script served from a CDN Usage Form ...
The schema is out of the box RJSF. If you’re not familiar with the library, thereact-jsonschema-form playgroundhas practically every use case you’ll ever need. import { JSONSchema7 } from "json-schema"; export const registrationFormSchema:JSONSchema7 = { "title": "A registration form",...
Documentation is hosted on:https://react-jsonschema-form.readthedocs.io/ Live Playground Alive playgroundis hosted on gh-pages. Contributing Read ourcontributors' guideto get started. License Apache 2 Install npm ireact-jsonschema-form Repository ...
Note: The CDN version does not embed react nor react-dom. You'll also need to alias the default export property to use the Form component:const Form = JSONSchemaForm.default; // or const {default: Form} = JSONSchemaForm;Usageimport React, { Component } from "react"; import { render }...
Documentation Documentation is hosted on:https://react-jsonschema-form.readthedocs.io/ Live Playground Alive playgroundis hosted on gh-pages. Contributing Read ourcontributors' guideto get started. License Apache 2 Packages No packages published Languages...
在book app目录下新建一个forms.py,并加入 from django import forms class RegisterForms(forms.Form...
react-jsonschema-form - A React component for building Web forms from JSON Schema List View Select - A Toggleable select box for React Native with native components Final Form 🏁 - formland - A simple, super-flexible, extensible config based form generator react-reactive-form - Angular like...
Redux-Autoform - 从元数据中动态创建Redux-Forms uniforms - 一堆React组件和帮助器,可以轻松生成和验证表单 formik - React中的表单,没有眼泪 NeoForm - 用于表单状态管理和验证的模块化HOC react-jsonschema-form - 用于从JSON Schema构建Web表单的React组件 List View Select - 具有本机组件的React Native的Tog...
Redux-Autoform - 从元数据中动态创建Redux-Forms uniforms - 一堆React组件和帮助器,可以轻松生成和验证表单 formik - React中的表单,没有眼泪 NeoForm - 用于表单状态管理和验证的模块化HOC react-jsonschema-form - 用于从JSON Schema构建Web表单的React组件 ...