Function Sidebar

Source
pub fn Sidebar<T, TIV, B, BIV, M, MIV>(
    props: SidebarProps<T, TIV, B, BIV, M, MIV>,
) -> impl IntoView
where T: Fn() -> TIV, TIV: IntoView, B: Fn() -> BIV, BIV: IntoView, M: Fn() -> MIV, MIV: IntoView,
Expand description

§Required Props

  • top_icons: [T]
  • bottom_icons: [B]
  • menu: [M]

§Optional Props