Skip to content

kamranblueeast/plugin-json-schema-components

 
 

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)

About

🍱 A utility to build pluggable components based on JSON schema!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.1%
  • JavaScript 2.9%