Skip to content

ImageListItemBar API

API reference docs for the React ImageListItemBar component. Learn about the props, CSS, and other APIs of this exported module.

Component demos

Import

import ImageListItemBar from '@mui/material/ImageListItemBar';
// or
import { ImageListItemBar } from '@mui/material';
Learn about the difference by reading this guide on minimizing bundle size.

Props

Props of the native component are also available.

actionIcon

An IconButton element to be used as secondary action target (primary action target is the item itself).

Type:node


actionPosition

Position of secondary action IconButton.

Type:'left'
| 'right'

Default:'right'


classes

Override or extend the styles applied to the component.

See CSS API below for more details.

Type:object


position

Position of the title bar.

Type:'below'
| 'bottom'
| 'top'

Default:'bottom'


subtitle

String or element serving as subtitle (support text).

Type:node


sx

The system prop that allows defining system overrides as well as additional CSS styles.

See the `sx` page for more details.

Type:Array<func
| object
| bool>
| func
| object


title

Title to be displayed.

Type:node


The ref is forwarded to the root element.

Theme default props

You can use MuiImageListItemBar to change the default props of this component with the theme.


CSS classes

These class names are useful for styling with CSS. They are applied to the component's slots when specific states are triggered.

.MuiImageListItemBar-actionIcon

Styles applied to the actionIcon if supplied.

Rule name:actionIcon


.MuiImageListItemBar-actionIconActionPosLeft

Styles applied to the actionIcon if actionPosition="left".

Rule name:actionIconActionPosLeft


.MuiImageListItemBar-positionBelow

Styles applied to the root element if position="below".

Rule name:positionBelow


.MuiImageListItemBar-positionBottom

Styles applied to the root element if position="bottom".

Rule name:positionBottom


.MuiImageListItemBar-positionTop

Styles applied to the root element if position="top".

Rule name:positionTop


.MuiImageListItemBar-root

Styles applied to the root element.

Rule name:root


.MuiImageListItemBar-subtitle

Styles applied to the subtitle container element.

Rule name:subtitle


.MuiImageListItemBar-title

Styles applied to the title container element.

Rule name:title


.MuiImageListItemBar-titleWrap

Styles applied to the title and subtitle container element.

Rule name:titleWrap


.MuiImageListItemBar-titleWrapActionPosLeft

Styles applied to the container element if actionPosition="left".

Rule name:titleWrapActionPosLeft


.MuiImageListItemBar-titleWrapActionPosRight

Styles applied to the container element if actionPosition="right".

Rule name:titleWrapActionPosRight


.MuiImageListItemBar-titleWrapBelow

Styles applied to the title and subtitle container element if position="below".

Rule name:titleWrapBelow



You can override the style of the component using one of these customization options:

Edit this page

Was this page helpful?


ImageListItemInput

Blog

Store