atom-beautify/examples/simple-jsbeautifyrc/ux-markup/expected/test.ux

13 lines
307 B
Plaintext
Raw Normal View History

2016-08-13 02:32:30 -06:00
<App>
<DockPanel>
2016-09-11 18:14:44 -06:00
<StatusBarBackground Dock="Top"/>
2016-08-13 02:32:30 -06:00
<ScrollView ClipToBounds="true">
<StackPanel>
<Text FontSize="30">Hello, world!</Text>
<Slider/>
2016-09-11 18:14:44 -06:00
<Button Text="Button"/>
<Switch Alignment="Left"/>
</StackPanel>
2016-08-13 02:32:30 -06:00
</ScrollView>
</DockPanel>
2016-09-11 18:14:44 -06:00
</App>