Skip to content

BlueBaseJS/plugin-json-graphql-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)