mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
Merge remote-tracking branch 'origin/feature-8.0' into sp/sync-next-with-v8
This commit is contained in:
@ -103,7 +103,7 @@ export class Toggle implements ComponentInterface {
|
||||
|
||||
/**
|
||||
* How to control the alignment of the toggle and label on the cross axis.
|
||||
* ``"start"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.
|
||||
* `"start"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.
|
||||
* `"center"`: The label and control will appear at the center of the cross axis in both LTR and RTL.
|
||||
*/
|
||||
@Prop() alignment: 'start' | 'center' = 'center';
|
||||
|
Reference in New Issue
Block a user