Created
January 17, 2019 06:08
-
-
Save MuhAssar/86d90fecdd56e686beef19e2e23c8715 to your computer and use it in GitHub Desktop.
demonstrate ion-toggle bug in ionic 4 while in RTL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ion-app> | |
<ion-split-pane> | |
<ion-menu> | |
<ion-content> | |
<ion-list> | |
<ion-item> | |
<ion-icon slot="start" name="moon"></ion-icon> | |
<ion-label>وضع ليلي</ion-label> | |
<ion-toggle slot="end"></ion-toggle> | |
</ion-item> | |
</ion-list> | |
</ion-content> | |
</ion-menu> | |
<ion-router-outlet main></ion-router-outlet> | |
</ion-split-pane> | |
</ion-app> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment