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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This space will take over the full viewport of the browser window. Resizing the
16
16
17
17
This space can be given a height and optionally a width (by default it will size to 100% of it's container). All nested spaces will be contained within this fixed size space.
18
18
19
-
### Inner spaces
19
+
### Anchored spaces
20
20
21
21
These can be used within the top-level spaces **\<ViewPort /\>** and **\<Fixed /\>** or nested within other spaces.
22
22
@@ -28,6 +28,8 @@ A space anchored to the left or right of the parent container/space. A size can
28
28
29
29
A space anchored to the top or bottom of the parent container/space. A size can be specified in pixels or as a percentage to determine its height.
30
30
31
+
### Other
32
+
31
33
**\<Fill /\>**
32
34
33
35
A space which consumes any available area left in the parent container/space taking into account any anchored spaces on every side.
0 commit comments