0.5.1 • Published 3 years ago

@wepsysrd/json-form v0.5.1

Weekly downloads
-
License
GPL
Repository
github
Last release
3 years ago

@wepsysrd/json-form

React json-schema v7 form builder

NPM JavaScript Style Guide

Install

npm install --save @wepsysrd/json-form

Usage

import React from 'react'
import JsonForm from '@wepsysrd/json-form'

function App() {
  const schema = {
    customSchema: {},
    jsonSchema: {
      title: 'Reserva tus Vacaciones',
      type: 'object',
      properties: {
        fechaInicio: {
          title: 'Fecha Inicio',
          type: 'string',
          format: 'date',
          formatMinimum: '2020-01-01'
        }
      }
    },
    uiSchema: {}
  }

  return <JsonForm formSchema={schema} />
}

License

GPL © josbelluna

0.5.1

3 years ago

0.5.0

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago