src/lib/markup-kit/utils/help-block/help-block.component.ts
A component representing a help block with smooth expand animation.
Example of usage:
<mefdev-help-block [title]="'Help'">
Content goes here...
<ng-content></ng-content>
</mefdev-help-block>
OnInit
selector | mefdev-help-block |
styleUrls | ./help-block.component.scss |
templateUrl | ./help-block.component.html |
Properties |
Inputs |
constructor()
|
title |
Type : string
|
Default value : "Help"
|
The title of the help block.
|
expanded |
Type : boolean
|
Default value : false
|
Indicates whether the help block is expanded. |
isVisible |
Type : boolean
|
Default value : true
|
Indicates whether the help block is visible. |