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
1.`1 0` - The style definition `0` is always applied.
314
-
2.`1 4` - The style definition `4` is always applied.
315
-
3.`2 5 @isNavDisabled` - The style definition `5` is applied if the result of `@isNavDisabled` is truthy.
316
-
4.`3 3 @navType "side" 1 "top" 2 "hamburger" 3`. The first `3` means his is a style selector. There are `3` values to select from. The value returned by `@navTap` is a string. If the value is `"side"` then style 1 is applied. If the value is `"top"` then style 2 is applied.If the value is `"hamburger"` then style 3 is applied.
313
+
1.`1 0` - The style definition `0` is always applied.
314
+
2.`1 4` - The style definition `4` is always applied.
315
+
3.`2 5 @isNavDisabled` - The style definition `5` is applied if the result of `@isNavDisabled` is truthy.
316
+
4.`3 3 @navType "side" 1 "top" 2 "hamburger" 3`. The first `3` means his is a style selector. There are `3` values to select from. The value returned by `@navTap` is a string. If the value is `"side"` then style 1 is applied. If the value is `"top"` then style 2 is applied.If the value is `"hamburger"` then style 3 is applied.
0 commit comments