Crate leptos_form_tool

source ·
Expand description

leptos_form_tool offers a declaritve way to create forms for leptos.

To learn more, see the README.md

Modules§

Structs§

  • A constructed, rendered form object.
  • A builder for laying out forms.
  • A type that can be used to validate the form data.
  • A helper builder that allows you to specify a validation function declaritivly

Traits§

  • A trait allowing a form to be built around its containing data.