File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed
example/src/typescript/screens/Playground Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -142,12 +142,26 @@ export const Playground = () => {
142142 < Text > T3</ Text >
143143 </ Placeholder >
144144 </ Stack >
145- < Columns style = { { height : 64 , backgroundColor : 'white' } } alignX = "evenly" >
146- < Column style = { { backgroundColor : 'red' } } >
147- < Text > T1</ Text >
145+ < Columns style = { { backgroundColor : 'white' } } alignX = "evenly" >
146+ < Column width = "content" height = "fluid" >
147+ < Box alignX = "center" flex = "fluid" >
148+ < Box style = { { width : 40 , height : 40 , backgroundColor : 'pink' } } > </ Box >
149+ < Box style = { { width : 4 , backgroundColor : 'red' } } flex = "fluid" > </ Box >
150+ </ Box >
148151 </ Column >
149- < Column style = { { backgroundColor : 'red' } } >
150- < Text > T2</ Text >
152+ < Column >
153+ < Box >
154+ < Text >
155+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
156+ Ipsum has been the industry's standard dummy text ever since the 1500s, when an
157+ unknown printer took a galley of type and scrambled it to make a type specimen
158+ book. It has survived not only five centuries, but also the leap into electronic
159+ typesetting, remaining essentially unchanged. It was popularised in the 1960s with
160+ the release of Letraset sheets containing Lorem Ipsum passages, and more recently
161+ with desktop publishing software like Aldus PageMaker including versions of Lorem
162+ Ipsum.
163+ </ Text >
164+ </ Box >
151165 </ Column >
152166 </ Columns >
153167 </ Stack >
You can’t perform that action at this time.
0 commit comments