ImageListItemBar: ImageListItemBar

ImageListItemBarR Documentation

ImageListItemBar

Description

https://mui.com/material-ui/api/image-list-item-bar/

Usage

ImageListItemBar(...)

Arguments

...

Props to pass to the component.

Details

  • actionIcon node
    Default is - An IconButton element to be used as secondary action target (primary action target is the item itself).

  • actionPosition 'left'| 'right'
    Default is 'right' Position of secondary action IconButton.

  • classes object
    Default is - Override or extend the styles applied to the component.See CSS classes API below for more details.

  • position 'below'| 'bottom'| 'top'
    Default is 'bottom' Position of the title bar.

  • subtitle node
    Default is - String or element serving as subtitle (support text).

  • sx ⁠Array func| object| bool | func| object⁠
    Default is - The system prop that allows defining system overrides as well as additional CSS styles.See the sx page for more details.

  • title node
    Default is - Title to be displayed.

Value

Object with shiny.tag class suitable for use in the UI of a Shiny app.


muiMaterial documentation built on Jan. 26, 2026, 5:07 p.m.