pub fn SidebarItem<'a>(__props: SidebarItemProps) -> Element
Expand description

Props

For details, see the props struct definition.

  • children : Element

    Inner content for the SidebarItem.

  • onclick : Option<EventHandler<()>>

    Optionally handle the onclick event in the SidebarItem.