@opd/schema-form

use Ant Design Form with schema

Usage no npm install needed!

<script type="module">
  import opdSchemaForm from 'https://cdn.skypack.dev/@opd/schema-form';
</script>

README

@opd/schema-form

schema form based on antd

Install

npm i @opd/schema-form

Usage

import React from 'react'
import SchemaForm from '@opd/schema-form'

export default () => <SchemaForm fieldItems={[]} />

Develop

npm install
npm run build