Class IgcListItemComponent

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

Element

igc-list-item

Slot

  • Renders custom content.

Slot

start - Renders content before all other content.

Slot

end - Renders content after all other content.

Slot

title - Renders the title.

Slot

subtitle - Renders the subtitle.

Csspart

start - The start container.

Csspart

end - The end container.

Csspart

content - The header and custom content container.

Csspart

header - The title and subtitle container.

Csspart

title - The title container.

Csspart

subtitle - The subtitle container.

Hierarchy

Hierarchy

  • LitElement
    • IgcListItemComponent

Constructors

Properties

Methods

Constructors

Properties

styles: CSSResult[] = ...
tagName: "igc-list-item" = 'igc-list-item'

Methods