mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
docs(item): remove extra > in react example (#24844)
This commit is contained in:
@ -944,7 +944,7 @@ export const ItemExamples: React.FC = () => {
|
|||||||
<IonItem>
|
<IonItem>
|
||||||
<IonButton slot="start">
|
<IonButton slot="start">
|
||||||
Start Icon
|
Start Icon
|
||||||
<IonIcon icon={home} slot="end" />>
|
<IonIcon icon={home} slot="end" />
|
||||||
</IonButton>
|
</IonButton>
|
||||||
<IonLabel>Buttons with Icons</IonLabel>
|
<IonLabel>Buttons with Icons</IonLabel>
|
||||||
<IonButton slot="end">
|
<IonButton slot="end">
|
||||||
|
@ -203,7 +203,7 @@ export const ItemExamples: React.FC = () => {
|
|||||||
<IonItem>
|
<IonItem>
|
||||||
<IonButton slot="start">
|
<IonButton slot="start">
|
||||||
Start Icon
|
Start Icon
|
||||||
<IonIcon icon={home} slot="end" />>
|
<IonIcon icon={home} slot="end" />
|
||||||
</IonButton>
|
</IonButton>
|
||||||
<IonLabel>Buttons with Icons</IonLabel>
|
<IonLabel>Buttons with Icons</IonLabel>
|
||||||
<IonButton slot="end">
|
<IonButton slot="end">
|
||||||
|
Reference in New Issue
Block a user