Skip to main content

MenuRow

Function MenuRow 

Source
pub fn MenuRow(props: MenuRowProps) -> impl IntoView
Expand description

§Required Props

§Optional Props

  • kind: MenuRowKind
  • leading: [Children]
    • Optional leading slot — an IconTile / avatar / small glyph.
  • subtitle: impl Into<String>
    • Optional secondary text under the title.
  • badges: Vec<MenuBadgeView>
    • Badges rendered between the text and the trailing slot.
  • trailing: [Children]
    • Optional trailing slot — kbd shortcut, count, or chevron.