Created
June 11, 2018 22:46
-
-
Save andreliem/5a0d84fc129384ef2bd456c142d95ca4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<StackLayout class="sample"> | |
<Label class="body" textWrap=true text="Date Pick"/> | |
<DatePicker @loaded="onDatePickerLoaded" @dateChange="onDateChanged" /> | |
<Button text="Button" @tap="buttonTap" /> | |
</StackLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment