pub fn NovaFormWrapper(props: NovaFormWrapperProps) -> impl IntoViewExpand 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
- logo:
impl Into<String>- The URL of the logo to display in the header.
- title:
impl Into<TextProp>- The title to display in the header and footer.
- children:
Children- The nova form goes here.
§Optional Props
- subtitle:
impl Into<TextProp>- The subtitle to display in the header.
- footer:
impl Into<Children>- The footer to display at the bottom of the form. By default, there is no footer.