Skip to content

Instantly share code, notes, and snippets.

@NickBranstein
Created January 28, 2018 20:43
Show Gist options
  • Select an option

  • Save NickBranstein/02dac9ea4890c488e8c90341161cb58d to your computer and use it in GitHub Desktop.

Select an option

Save NickBranstein/02dac9ea4890c488e8c90341161cb58d to your computer and use it in GitHub Desktop.
Reusable Card Component with NativeScript and Angular
<StackLayout class="card m-5">
<Label class="text-center" [text]="title"></Label>
<Label class="font-italic" [text]="subtitle"></Label>
<StackLayout class="card-content">
<ng-content></ng-content>
</StackLayout>
</StackLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment