Skip to content

Commit f579562

Browse files
authored
Update README.md
1 parent ed46a8a commit f579562

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This space will take over the full viewport of the browser window. Resizing the
1616

1717
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.
1818

19-
### Inner spaces
19+
### Anchored spaces
2020

2121
These can be used within the top-level spaces **\<ViewPort /\>** and **\<Fixed /\>** or nested within other spaces.
2222

@@ -28,6 +28,8 @@ A space anchored to the left or right of the parent container/space. A size can
2828

2929
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.
3030

31+
### Other
32+
3133
**\<Fill /\>**
3234

3335
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

Comments
 (0)