Class IgxStepContentDirective

Allows a custom element to be added as a step content.

Igx Module

IgxStepperModule

Igx Theme

igx-stepper-theme

Igx Keywords

stepper

Igx Group

Layouts

Example

<igx-stepper>
<igx-step>
<div igxStepContent>...</div>
</igx-step>
</igx-stepper>

Constructors

Properties

defaultClass: boolean = true
elementRef: ElementRef<HTMLElement>
id: string = ...
role: string = 'tabpanel'

Accessors