Crate leptos_form_core
source ·Modules
- Common form components
- Field configuration utilities
Structs
- Wrapper type used for providing the initial and current value of the form’s main type.
- A wrapper holding a signal for a current state, an initial state, and possibly an error.
- Props provided during render to a type implementing
FormField
.
Enums
- Error returned while rendering or parsing html form.
Traits
- Rendering behavior for a particular data type given the html it is rendered in.
Functions
- Required Props