@atomico/magic-form

Improves the form development experience thanks to the use of webcomponents to centralize submission

A powerful form submission manager created with Atomicojs webcomponents, with MagicForm you can:

  1. Simplify the sending of forms by centralizing the sending actions through a provider.

  2. Know at all times the forms that are being provided and show their status.

  3. Isolate a group of actions according to provider, this means that if a provider does not register the action it will bubble to the parent provider.

Installation and import

Usage

magic-form-provider captures all the forms nested in magic-form when executing the submit event by the form and distributes them according to the definition of the action attribute to each method of the actions object

API

MagicFormProvider | <magic-form-provider>MagicForm | <magic-form>MagicForm HooksMagicForm in React and Preact

Last updated

Was this helpful?