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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,21 @@
4
4
5
5
React Spaces allow you to divide a page or container HTML element into spaces. These spaces know how to behave in relation to each other and can also be divided into further nested spaces.
This space will take over the full viewport of the browser window. Resizing the browser window will automatically adjust the size of this space and all the nested spaces.
14
16
15
17
**\<Fixed /\>**
16
18
17
19
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
20
19
-
### Inner spaces
21
+
### Anchored spaces
20
22
21
23
These can be used within the top-level spaces **\<ViewPort /\>** and **\<Fixed /\>** or nested within other spaces.
22
24
@@ -28,6 +30,8 @@ A space anchored to the left or right of the parent container/space. A size can
28
30
29
31
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
32
33
+
### Other
34
+
31
35
**\<Fill /\>**
32
36
33
37
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