@bluebase/plugin-json-graphql-components
v1.11.2
Published
A utility to build pluggable components based on JSON schema!
Downloads
30
Keywords
Readme
🎊 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)