Page

Function Page 

Source
pub fn Page(props: PageProps) -> impl IntoView
Expand description

Creates a new page in the form.

§Required Props

  • id: [&'static str]
    • The id of the page.
  • label: impl Into<TextProp>
    • The label of the page.
  • children: Children
    • The contents of the page.

§Optional Props