diff --git a/core/src/components/item/readme.md b/core/src/components/item/readme.md index 6aa3432b8c..41ef7c5bd4 100644 --- a/core/src/components/item/readme.md +++ b/core/src/components/item/readme.md @@ -72,7 +72,7 @@ Basic Usage - + Button Item @@ -101,7 +101,7 @@ Detail Arrows - + Button Item with Detail Arrow @@ -218,7 +218,7 @@ Item Lines Media Items ```html - + @@ -247,7 +247,7 @@ Media Items View - + @@ -396,7 +396,7 @@ Basic Usage - + Button Item @@ -425,7 +425,7 @@ Detail Arrows - + Button Item with Detail Arrow @@ -542,7 +542,7 @@ Item Lines Media Items ```html - + @@ -571,7 +571,7 @@ Media Items View - + @@ -724,7 +724,7 @@ const Example: React.FC<{}> = () => ( {/*-- Item as a Button --*/} - {}}> + {}}> Button Item @@ -751,7 +751,7 @@ const Example: React.FC<{}> = () => ( - {}} detail> + {}} detail> Button Item with Detail Arrow @@ -859,7 +859,7 @@ const Example: React.FC<{}> = () => ( - {}}> + {}}> @@ -888,7 +888,7 @@ const Example: React.FC<{}> = () => ( View - {}}> + {}}> @@ -1035,7 +1035,7 @@ Basic Usage - + Button Item @@ -1066,7 +1066,7 @@ Detail Arrows - + Button Item with Detail Arrow @@ -1189,7 +1189,7 @@ Media Items ```html