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() {
1010 <
IonInput labelPlacement = " stacked" label = " Email" placeholder = " [email protected] " >
1111 <IonIcon slot = " start" icon = { lockClosed } aria-hidden = " true" ></IonIcon >
1212 <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 >
1414 </IonButton >
1515 </IonInput >
1616 </IonItem >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function Example() {
1010 <IonTextarea labelPlacement = " stacked" label = " Comments" placeholder = " Enter your comments" >
1111 <IonIcon slot = " start" icon = { lockClosed } aria-hidden = " true" ></IonIcon >
1212 <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 >
1414 </IonButton >
1515 </IonTextarea >
1616 </IonItem >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function Example() {
1010 <
IonInput labelPlacement = " stacked" label = " Email" placeholder = " [email protected] " >
1111 <IonIcon slot = " start" icon = { lockClosed } aria-hidden = " true" ></IonIcon >
1212 <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 >
1414 </IonButton >
1515 </IonInput >
1616 </IonItem >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function Example() {
1010 <IonTextarea labelPlacement = " stacked" label = " Comments" placeholder = " Enter your comments" >
1111 <IonIcon slot = " start" icon = { lockClosed } aria-hidden = " true" ></IonIcon >
1212 <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 >
1414 </IonButton >
1515 </IonTextarea >
1616 </IonItem >
You can’t perform that action at this time.
0 commit comments