@bluebase/plugin-json-schema-components

A utility to build pluggable components based on JSON schema!

Usage no npm install needed!

<script type="module">
  import bluebasePluginJsonSchemaComponents from 'https://cdn.skypack.dev/@bluebase/plugin-json-schema-components';
</script>

README

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:

  • [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)