pub fn MenuRow(props: MenuRowProps) -> impl IntoViewExpand description
§Required Props
- title:
impl Into<String>- Primary row text.
§Optional Props
- kind:
MenuRowKind - leading: [
Children]- Optional leading slot — an
IconTile/ avatar / small glyph.
- Optional leading slot — an
- 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.