The list-item component is a container intended for row items in the list component.

  • Renders custom content.

start - Renders content before all other content.

end - Renders content after all other content.

title - Renders the title.

subtitle - Renders the subtitle.

start - The start container.

end - The end container.

content - The header and custom content container.

header - The title and subtitle container.

title - The title container.

subtitle - The subtitle container.

Callable

  • Returns ReactNode

Properties

Properties

selected: boolean

Defines if the list item is selected or not.