File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ This space can be given a height and optionally a width (by default it will size
22
22
23
23
These can be used within the top-level spaces ** \< ViewPort /\> ** and ** \< Fixed /\> ** or nested within other spaces.
24
24
25
- ** \< Left /\> ** / ** \< Right /\> **
25
+ ** \< Left /\> ** and ** \< Right /\> **
26
26
27
27
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.
28
28
29
- ** \< Top /\> ** / ** \< Bottom /\> **
29
+ ** \< Top /\> ** and ** \< Bottom /\> **
30
30
31
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.
32
32
@@ -36,6 +36,10 @@ A space anchored to the top or bottom of the parent container/space. A size can
36
36
37
37
A space which consumes any available area left in the parent container/space taking into account any anchored spaces on every side.
38
38
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
+
39
43
## Getting started
40
44
41
45
To get started with React Spaces you need:
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const GettingStarted = () => {
7
7
< h2 id = "getting-started" > Getting started</ h2 >
8
8
9
9
< p >
10
- Spaces can be used by importing the spaces using the following :
10
+ To get started with React Spaces you need :
11
11
</ p >
12
12
13
13
< SyntaxHighlighter language = "html" >
You can’t perform that action at this time.
0 commit comments