Skip to contents

Usage

ImageListItemBar(...)

Arguments

...

Props to pass to the component.

Value

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

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.