src/lib/markup-kit/card/card-simple/card-simple.component.ts
Component for displaying a simple card with a title.
Example of usage:
<mefdev-card-simple [disabled]="true">
<ng-template #card_title>
<!-- Content for the card title -->
</ng-template>
</mefdev-card-simple>
OnInit
selector | mefdev-card-simple |
styleUrls | ./card-simple.component.scss |
templateUrl | ./card-simple.component.html |
Properties |
Inputs |
constructor()
|
disabled |
Type : boolean
|
Default value : false
|
Determines whether the card is disabled or not. |