nova_forms

Function NovaFormWrapper

Source
pub fn NovaFormWrapper(props: NovaFormWrapperProps) -> impl IntoView
Expand description

A container for a form. Adds a header with a logo, title, and subtitle, as well as a footer with the title.

§Required Props

§Optional Props

  • footer: impl Into<Children>
    • The footer to display at the bottom of the form. By default, there is no footer.