@@ -23,10 +23,10 @@ The Stepper component allows you to set labels for the corresponding step indica
2323<div style="width:500px">
2424 <TelerikStepper>
2525 <StepperSteps>
26- <StepperStep Label="Personal Info" Icon="user" ></StepperStep>
27- <StepperStep Label="Education" Icon="dictionary-add" ></StepperStep>
28- <StepperStep Label="Experience" Icon="flip-vertical" ></StepperStep>
29- <StepperStep Label="Attachments" Icon="attachment" ></StepperStep>
26+ <StepperStep Label="Personal Info" Icon=FontIcon.User ></StepperStep>
27+ <StepperStep Label="Education" Icon=FontIcon.Book ></StepperStep>
28+ <StepperStep Label="Experience" Icon=FontIcon.FlipVertical ></StepperStep>
29+ <StepperStep Label="Attachments" Icon=FontIcon.Paperclip ></StepperStep>
3030 </StepperSteps>
3131 </TelerikStepper>
3232</div>
@@ -44,10 +44,10 @@ The Stepper component allows you to set labels for the corresponding step indica
4444<div style="width:500px">
4545 <TelerikStepper>
4646 <StepperSteps>
47- <StepperStep Label="Personal Info" Icon="user" ></StepperStep>
48- <StepperStep Icon="dictionary-add" ></StepperStep>
49- <StepperStep Icon="flip-vertical" ></StepperStep>
50- <StepperStep Label="Attachments" Icon="attachment" ></StepperStep>
47+ <StepperStep Label="Personal Info" Icon=FontIcon.User ></StepperStep>
48+ <StepperStep Icon=FontIcon.Book ></StepperStep>
49+ <StepperStep Icon=FontIcon.FlipVertical ></StepperStep>
50+ <StepperStep Label="Attachments" Icon=FontIcon.Paperclip ></StepperStep>
5151 </StepperSteps>
5252 </TelerikStepper>
5353</div>
@@ -65,10 +65,10 @@ The Stepper component allows you to set labels for the corresponding step indica
6565<div style="width:500px">
6666 <TelerikStepper>
6767 <StepperSteps>
68- <StepperStep Icon="user" ></StepperStep>
69- <StepperStep Icon="dictionary-add" ></StepperStep>
70- <StepperStep Icon="flip-vertical" ></StepperStep>
71- <StepperStep Icon="attachment" ></StepperStep>
68+ <StepperStep Icon=FontIcon.User ></StepperStep>
69+ <StepperStep Icon=FontIcon.Book ></StepperStep>
70+ <StepperStep Icon=FontIcon.FlipVertical ></StepperStep>
71+ <StepperStep Icon=FontIcon.Paperclip ></StepperStep>
7272 </StepperSteps>
7373 </TelerikStepper>
7474</div>
0 commit comments