File

src/lib/markup-kit/card/card-simple/card-simple.component.ts

Description

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>

https://mef.dev/ui_kit_demo/view/page_components/card/card_simple

Implements

OnInit

Metadata

Index

Properties
Inputs

Constructor

constructor()

Inputs

disabled
Type : boolean
Default value : false

Determines whether the card is disabled or not.

Properties

card_title
Type : TemplateRef<void>
Decorators :
@ContentChild('card_title')

Template for displaying the title of the card.

<mefdev-card-simple>
  <ng-template #card_title>
    <h3>Card Title</h3>
  </ng-template>
</mefdev-card-simple>

results matching ""

    No results matching ""