Skip to content

Instantly share code, notes, and snippets.

@yokoishioka
Last active March 4, 2020 06:48
Show Gist options
  • Save yokoishioka/596639ea8e222f38c43e0a1ba2f41200 to your computer and use it in GitHub Desktop.
Save yokoishioka/596639ea8e222f38c43e0a1ba2f41200 to your computer and use it in GitHub Desktop.
<ces-button type="button" class="no-border no-padding" (click)="onClose()">
<span *ngIf="label" class="label">{{ label }}</span>
<img *ngIf="showIcon" src="/assets/svgs/button-close.png" alt="button that hides its parent">
<ng-content></ng-content>
</ces-button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment