pub fn Sidebar<T, TIV, B, BIV, M, MIV>(
props: SidebarProps<T, TIV, B, BIV, M, MIV>,
) -> impl IntoViewExpand description
§Required Props
- top_icons: [
T] - bottom_icons: [
B] - menu: [
M]
§Optional Props
- id:
impl Into<String> - class:
impl Into<String> - style:
impl Into<String>