Skip to content

Latest commit

Β 

History

History
52 lines (42 loc) Β· 2.53 KB

File metadata and controls

52 lines (42 loc) Β· 2.53 KB

JSON Schema Components

A utility to build pluggable components based on JSON schema!


🎊 Status

MIT license npm version Build Status codecov Greenkeeper badge PRs Welcome Codacy Badge Known Vulnerabilities

🀝 Compatibility

🌏 Web πŸ–₯ Electron πŸ“± React Native
βœ… βœ… βœ…

Docs

Input Fields

This plugin provides following input fields out of the box:

  • checkbox: (FormCheckboxInput)
  • color
  • date: (FormDateInput)
  • email: (FormEmailInput)
  • file
  • number: (FormNumberInput)
  • password: (FormPasswordInput)
  • picker: (FormPickerInput)
  • radio-group: (FormRadioGroupInput)
  • range: (FormRangeInput)
  • reset: (FormResetButton)
  • search: (FormSearchInput)
  • submit: (FormSubmitButton)
  • tel: (FormTelInput)
  • text: (FormTextInput)
  • time: (FormTimeInput)
  • url: (FormUrlInput)