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 `Alignment` will allow any of the below, plus a combination in the form `vertical horizontal` (e.g. `top center`, `bottom right` or `center left`)
86
85
87
-
The `PositionAlignment` will allow any of the below, plus a combination in the form `vertical horizontal` (e.g. `top center`, `bottom right` or `center left`)
86
+
-`top`
87
+
-`bottom`
88
+
-`center`
89
+
-`left`
90
+
-`right`
88
91
89
-
- "top"
90
-
- "bottom"
91
-
- "center"
92
-
- "left"
93
-
- "right"
92
+
Using a single value will default the other to `center` so `left` == `center left`
94
93
95
-
### The `PositionCollision` type
94
+
### The `CollisionHandler` type
96
95
97
96
-`bestFit`
98
97
- This will find the closest fit before trying to flip the element
@@ -101,5 +100,5 @@ The `PositionAlignment` will allow any of the below, plus a combination in the f
101
100
-`ignore`
102
101
- This will just ignore any collisions and place the element exactly where you wanted it
0 commit comments