1.0.14 • Published 8 days ago

@contexis/wp-react-form v1.0.14

Weekly downloads
-
License
GPL-2.0-or-later
Repository
-
Last release
8 days ago

React form renderer for Wordpress

This plugin is intended as a helper to render a form on your wordpress-website based on a JSON Scheme. This scheme can either be loaded directly into the component via props, or a fitting REST url can be provided.

The plugin makes use of wordpress' own version of React in @wordpress/element, so no need to import any additional libraries.

Components

You can render a complete form or only single form components, as you prefer. The components are

  • Checkbox
  • Country
  • DateInput
  • HtmlBlock
  • MailInput
  • NumberInput
  • Radio
  • Select
  • Submit
  • Telephone
  • Combobox
  • Textarea
  • TextInput

Basic Usage

Install the package with the package manager of your choice, like

npm install @contexis/wp-react-form

and import it into your project:

import Form from '@contexis/wp-react-form';

Then you can insert the component anywhere in your JSX template:

const formData = {
	name: {
		
	}
}
	
<Form
	extraData={{ id, page }}
	lang={lang}
    data={formData}
/>,
1.0.14

8 days ago

1.0.13

8 days ago

1.0.11

2 months ago

1.0.12

2 months ago

1.0.9

2 months ago

1.0.10

2 months ago

1.0.8

2 months ago

1.0.7

2 months ago

1.0.6

2 months ago

1.0.5

3 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago