You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics).
3412
3412
*/
3413
3413
"color"?: Color;
3414
+
/**
3415
+
* Set to `"compact"` to display a width based on the items inside the tab bar. This value will only work for the `ionic` theme. Set to `"full"` to display a full width tab bar. Defaults to `"full"`.
3416
+
*/
3417
+
"expand": 'compact' | 'full';
3414
3418
/**
3415
3419
* The mode determines the platform behaviors of the component.
* Set to `"soft"` for a tab bar with slightly rounded corners, `"round"` for a tab bar with fully rounded corners, or `"rectangular"` for a tab bar without rounded corners. Defaults to `"round"` for the `"ionic"` theme, undefined for all other themes.
3428
+
*/
3429
+
"shape"?: 'soft' | 'round' | 'rectangular';
3422
3430
/**
3423
3431
* The theme determines the visual appearance of the component.
* The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics).
8766
8774
*/
8767
8775
"color"?: Color;
8776
+
/**
8777
+
* Set to `"compact"` to display a width based on the items inside the tab bar. This value will only work for the `ionic` theme. Set to `"full"` to display a full width tab bar. Defaults to `"full"`.
8778
+
*/
8779
+
"expand"?: 'compact' | 'full';
8768
8780
/**
8769
8781
* The mode determines the platform behaviors of the component.
* Set to `"soft"` for a tab bar with slightly rounded corners, `"round"` for a tab bar with fully rounded corners, or `"rectangular"` for a tab bar without rounded corners. Defaults to `"round"` for the `"ionic"` theme, undefined for all other themes.
8792
+
*/
8793
+
"shape"?: 'soft' | 'round' | 'rectangular';
8778
8794
/**
8779
8795
* The theme determines the visual appearance of the component.
0 commit comments