docs(react): update class usage to className (#20366)

This commit is contained in:
Brandy Carney
2020-02-04 11:16:44 -05:00
committed by GitHub
parent 0f31624104
commit a25007f54f
10 changed files with 28 additions and 28 deletions

View File

@ -90,7 +90,7 @@ export const LabelExample: React.FC = () => (
</IonItem>
<IonItem>
<IonLabel class="ion-text-wrap">
<IonLabel className="ion-text-wrap">
Multi-line text that should wrap when it is too long
to fit on one line in the item.
</IonLabel>