@@ -20,14 +20,16 @@ Simple usage.
2020``` jsx live
2121function () {
2222 return (
23- < Inline space= {2 }>
24- < Placeholder width= {90 } / >
25- < Placeholder width= {60 } / >
26- < Placeholder width= {120 } / >
27- < Placeholder width= {200 } / >
28- < Placeholder width= {100 } / >
29- < Placeholder width= {140 } / >
30- < / Inline>
23+ < App>
24+ < Inline space= {2 }>
25+ < Placeholder width= {90 } / >
26+ < Placeholder width= {60 } / >
27+ < Placeholder width= {120 } / >
28+ < Placeholder width= {200 } / >
29+ < Placeholder width= {100 } / >
30+ < Placeholder width= {140 } / >
31+ < / Inline>
32+ < / App>
3133 )
3234}
3335```
@@ -37,16 +39,18 @@ Multiple `Inline` components can be nested.
3739``` jsx live
3840function () {
3941 return (
40- < Inline space= {10 }>
41- < Inline space= {2 }>
42- < Placeholder width= {60 } / >
43- < Placeholder width= {90 } / >
42+ < App>
43+ < Inline space= {10 }>
44+ < Inline space= {2 }>
45+ < Placeholder width= {60 } / >
46+ < Placeholder width= {90 } / >
47+ < / Inline>
48+ < Inline space= {2 }>
49+ < Placeholder width= {60 } / >
50+ < Placeholder width= {90 } / >
51+ < / Inline>
4452 < / Inline>
45- < Inline space= {2 }>
46- < Placeholder width= {60 } / >
47- < Placeholder width= {90 } / >
48- < / Inline>
49- < / Inline>
53+ < / App>
5054 )
5155}
5256```
@@ -56,13 +60,15 @@ Set horizontal alignment.
5660``` jsx live
5761function () {
5862 return (
59- < Inline space= {2 } align= " center" >
60- < Placeholder width= {90 } / >
61- < Placeholder width= {60 } / >
62- < Placeholder width= {120 } / >
63- < Placeholder width= {100 } / >
64- < Placeholder width= {100 } / >
65- < / Inline>
63+ < App>
64+ < Inline space= {2 } align= " center" >
65+ < Placeholder width= {90 } / >
66+ < Placeholder width= {60 } / >
67+ < Placeholder width= {120 } / >
68+ < Placeholder width= {100 } / >
69+ < Placeholder width= {100 } / >
70+ < / Inline>
71+ < / App>
6672 )
6773}
6874```
0 commit comments