Skip to content

Instantly share code, notes, and snippets.

@andreliem
Created June 11, 2018 22:46
Show Gist options
  • Save andreliem/5a0d84fc129384ef2bd456c142d95ca4 to your computer and use it in GitHub Desktop.
Save andreliem/5a0d84fc129384ef2bd456c142d95ca4 to your computer and use it in GitHub Desktop.
<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