Function AppLayout

Source
pub fn AppLayout<B, BIV, S, SIV>(
    props: AppLayoutProps<B, BIV, S, SIV>,
) -> impl IntoView
where B: Fn() -> BIV, BIV: IntoView, S: Fn() -> SIV, SIV: IntoView,
Expand description

ยงRequired Props

  • body: [B]
  • sidebar: [S]