Skip to content

Commit 59a35f6

Browse files
authored
Update README.md
1 parent 41bf705 commit 59a35f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ This space can be given a height and optionally a width (by default it will size
2222

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

25-
**\<Left /\>** / **\<Right /\>**
25+
**\<Left /\>** and **\<Right /\>**
2626

2727
A space anchored to the left or right of the parent container/space. A size can be specified in pixels or as a percentage to determine its width.
2828

29-
**\<Top /\>** / **\<Bottom /\>**
29+
**\<Top /\>** and **\<Bottom /\>**
3030

3131
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.
3232

@@ -36,6 +36,10 @@ A space anchored to the top or bottom of the parent container/space. A size can
3636

3737
A space which consumes any available area left in the parent container/space taking into account any anchored spaces on every side.
3838

39+
**\<Centered /\>**
40+
41+
A space which consumes any available area left in the parent container/space taking into account any anchored spaces on every side.
42+
3943
## Getting started
4044

4145
To get started with React Spaces you need:

0 commit comments

Comments
 (0)