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
2222
2323These 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
2727A 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
3131A 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
3737A 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
4145To get started with React Spaces you need:
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments