README
JSON Schema Components
A utility to build pluggable components based on JSON schema!
🎊 Status
🤝 Compatibility
| 🌏 Web | 🖥 Electron | 📱 React Native |
|---|---|---|
| ✅ | ✅ | ✅ |
Docs
Input Fields
This plugin provides following input fields out of the box:
- [x] checkbox:(FormCheckboxInput)
- [ ] color
- [x] date:(FormDateInput)
- [x] email: (FormEmailInput)
- [ ] file
- [x] number: (FormNumberInput)
- [x] password: (FormPasswordInput)
- [x] picker:(FormPickerInput)
- [x] radio-group:(FormRadioGroupInput)
- [x] range:(FormRangeInput)
- [x] reset: (FormResetButton)
- [x] search:(FormSearchInput)
- [x] submit: (FormSubmitButton)
- [x] tel:(FormTelInput)
- [x] text: (FormTextInput)
- [x] time:(FormTimeInput)
- [x] url: (FormUrlInput)