File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function Example() {
10
10
<
IonInput labelPlacement = " stacked" label = " Email" placeholder = " [email protected] " >
11
11
<IonIcon slot = " start" icon = { lockClosed } aria-hidden = " true" ></IonIcon >
12
12
<IonButton fill = " clear" slot = " end" aria-label = " Show/hide" >
13
- <IonIcon slot = " icon-only" name = { eye } aria-hidden = " true" ></IonIcon >
13
+ <IonIcon slot = " icon-only" icon = { eye } aria-hidden = " true" ></IonIcon >
14
14
</IonButton >
15
15
</IonInput >
16
16
</IonItem >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function Example() {
10
10
<IonTextarea labelPlacement = " stacked" label = " Comments" placeholder = " Enter your comments" >
11
11
<IonIcon slot = " start" icon = { lockClosed } aria-hidden = " true" ></IonIcon >
12
12
<IonButton fill = " clear" slot = " end" aria-label = " Show/hide" >
13
- <IonIcon slot = " icon-only" name = { eye } aria-hidden = " true" ></IonIcon >
13
+ <IonIcon slot = " icon-only" icon = { eye } aria-hidden = " true" ></IonIcon >
14
14
</IonButton >
15
15
</IonTextarea >
16
16
</IonItem >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function Example() {
10
10
<
IonInput labelPlacement = " stacked" label = " Email" placeholder = " [email protected] " >
11
11
<IonIcon slot = " start" icon = { lockClosed } aria-hidden = " true" ></IonIcon >
12
12
<IonButton fill = " clear" slot = " end" aria-label = " Show/hide" >
13
- <IonIcon slot = " icon-only" name = { eye } aria-hidden = " true" ></IonIcon >
13
+ <IonIcon slot = " icon-only" icon = { eye } aria-hidden = " true" ></IonIcon >
14
14
</IonButton >
15
15
</IonInput >
16
16
</IonItem >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function Example() {
10
10
<IonTextarea labelPlacement = " stacked" label = " Comments" placeholder = " Enter your comments" >
11
11
<IonIcon slot = " start" icon = { lockClosed } aria-hidden = " true" ></IonIcon >
12
12
<IonButton fill = " clear" slot = " end" aria-label = " Show/hide" >
13
- <IonIcon slot = " icon-only" name = { eye } aria-hidden = " true" ></IonIcon >
13
+ <IonIcon slot = " icon-only" icon = { eye } aria-hidden = " true" ></IonIcon >
14
14
</IonButton >
15
15
</IonTextarea >
16
16
</IonItem >
You can’t perform that action at this time.
0 commit comments