Crate dioxus_form

Source

Re-exports§

pub use Form_completions::Component::Form;

Structs§

Error
FormProps
Properties for the Form component.

Functions§

Form
Dioxus Component for automatically creating a html form Simply pass a Signal into the Component and the Signal will be automatically updated as the form is updated.