Skip to content

Commit 0967b83

Browse files
authored
Merge pull request #12 from aeagle/aeagle-patch-1
Update README.md
2 parents 41bf705 + b950eaa commit 0967b83

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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:

demo/src/docs/GettingStarted.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const GettingStarted = () => {
77
<h2 id="getting-started">Getting started</h2>
88

99
<p>
10-
Spaces can be used by importing the spaces using the following:
10+
To get started with React Spaces you need:
1111
</p>
1212

1313
<SyntaxHighlighter language="html">

0 commit comments

Comments
 (0)