From a25007f54f590a3e90a85fd9d0e6ffaa2f8b040c Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 4 Feb 2020 11:16:44 -0500 Subject: [PATCH] docs(react): update class usage to className (#20366) --- core/src/components/card/readme.md | 4 ++-- core/src/components/card/usage/react.md | 4 ++-- core/src/components/grid/readme.md | 16 ++++++++-------- core/src/components/grid/usage/react.md | 16 ++++++++-------- core/src/components/item/readme.md | 4 ++-- core/src/components/item/usage/react.md | 4 ++-- core/src/components/label/readme.md | 2 +- core/src/components/label/usage/react.md | 2 +- core/src/components/menu/readme.md | 2 +- core/src/components/menu/usage/react.md | 2 +- 10 files changed, 28 insertions(+), 28 deletions(-) diff --git a/core/src/components/card/readme.md b/core/src/components/card/readme.md index 224ede7925..a30746c387 100644 --- a/core/src/components/card/readme.md +++ b/core/src/components/card/readme.md @@ -97,7 +97,7 @@ export const CardExample: React.FC = () => ( - + Card Link Item 1 activated @@ -107,7 +107,7 @@ export const CardExample: React.FC = () => ( Card Link Item 2 - + Card Button Item 1 activated diff --git a/core/src/components/card/usage/react.md b/core/src/components/card/usage/react.md index 2c0b112413..0ac950432a 100644 --- a/core/src/components/card/usage/react.md +++ b/core/src/components/card/usage/react.md @@ -30,7 +30,7 @@ export const CardExample: React.FC = () => ( - + Card Link Item 1 activated @@ -40,7 +40,7 @@ export const CardExample: React.FC = () => ( Card Link Item 2 - + Card Button Item 1 activated diff --git a/core/src/components/grid/readme.md b/core/src/components/grid/readme.md index cc6ca47a4d..7809da7f6c 100644 --- a/core/src/components/grid/readme.md +++ b/core/src/components/grid/readme.md @@ -250,9 +250,9 @@ export const GridExample: React.FC = () => ( - ion-col start - ion-col center - ion-col end + ion-col start + ion-col center + ion-col end ion-col
# @@ -260,10 +260,10 @@ export const GridExample: React.FC = () => (
- + start ion-col start ion-col - start ion-col end + start ion-col end ion-col
# @@ -271,7 +271,7 @@ export const GridExample: React.FC = () => (
- + center ion-col center ion-col center ion-col @@ -282,9 +282,9 @@ export const GridExample: React.FC = () => ( - + end ion-col - end ion-col start + end ion-col start end ion-col ion-col diff --git a/core/src/components/grid/usage/react.md b/core/src/components/grid/usage/react.md index 04397a8558..6b4c695090 100644 --- a/core/src/components/grid/usage/react.md +++ b/core/src/components/grid/usage/react.md @@ -51,9 +51,9 @@ export const GridExample: React.FC = () => ( - ion-col start - ion-col center - ion-col end + ion-col start + ion-col center + ion-col end ion-col
# @@ -61,10 +61,10 @@ export const GridExample: React.FC = () => (
- + start ion-col start ion-col - start ion-col end + start ion-col end ion-col
# @@ -72,7 +72,7 @@ export const GridExample: React.FC = () => (
- + center ion-col center ion-col center ion-col @@ -83,9 +83,9 @@ export const GridExample: React.FC = () => ( - + end ion-col - end ion-col start + end ion-col start end ion-col ion-col diff --git a/core/src/components/item/readme.md b/core/src/components/item/readme.md index 5330fd32cb..2d08cd4639 100644 --- a/core/src/components/item/readme.md +++ b/core/src/components/item/readme.md @@ -778,14 +778,14 @@ const Example: React.FC<{}> = () => (
- + Multiline text that should wrap when it is too long to fit on one line in the item. - +

H3 Primary Title

diff --git a/core/src/components/item/usage/react.md b/core/src/components/item/usage/react.md index beb1393847..976bc7b11e 100644 --- a/core/src/components/item/usage/react.md +++ b/core/src/components/item/usage/react.md @@ -67,14 +67,14 @@ const Example: React.FC<{}> = () => (
- + Multiline text that should wrap when it is too long to fit on one line in the item. - +

H3 Primary Title

diff --git a/core/src/components/label/readme.md b/core/src/components/label/readme.md index 047fbc2905..0f12dfeabe 100644 --- a/core/src/components/label/readme.md +++ b/core/src/components/label/readme.md @@ -90,7 +90,7 @@ export const LabelExample: React.FC = () => (
- + Multi-line text that should wrap when it is too long to fit on one line in the item. diff --git a/core/src/components/label/usage/react.md b/core/src/components/label/usage/react.md index 0c88c96097..9188f94414 100644 --- a/core/src/components/label/usage/react.md +++ b/core/src/components/label/usage/react.md @@ -20,7 +20,7 @@ export const LabelExample: React.FC = () => ( - + Multi-line text that should wrap when it is too long to fit on one line in the item. diff --git a/core/src/components/menu/readme.md b/core/src/components/menu/readme.md index 560429d9b1..a15ef885cb 100644 --- a/core/src/components/menu/readme.md +++ b/core/src/components/menu/readme.md @@ -228,7 +228,7 @@ export const MenuExample: React.FC = () => ( - + Custom Menu diff --git a/core/src/components/menu/usage/react.md b/core/src/components/menu/usage/react.md index 681290598b..0cca2c05df 100644 --- a/core/src/components/menu/usage/react.md +++ b/core/src/components/menu/usage/react.md @@ -21,7 +21,7 @@ export const MenuExample: React.FC = () => ( - + Custom Menu