Skip to content

Commit

Permalink
feat(card): add button and href snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed May 16, 2019
1 parent 1750787 commit 1db8695
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions snippets/angular/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,24 @@
],
"description": "<ion-card>"
},
"ion-card-button": {
"prefix": "i-card-button",
"body": [
"<ion-card button (click)=\"${1:cardClick}()\">",
"\t$0",
"</ion-card>"
],
"description": "<ion-card> as button"
},
"ion-card-href": {
"prefix": "i-card-href",
"body": [
"<ion-card href=\"${1:home}\">",
"\t$0",
"</ion-card>"
],
"description": "<ion-card> w/ href"
},
"ion-card-loop": {
"prefix": "i-card-loop",
"body": [
Expand Down

0 comments on commit 1db8695

Please sign in to comment.