File

src/lib/markup-kit/utils/help-block/help-block.component.ts

Description

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>

https://mef.dev/ui_kit_demo/view/utils/help_block

Implements

OnInit

Metadata

Index

Properties
Inputs

Constructor

constructor()

Inputs

title
Type : string
Default value : "Help"

The title of the help block.

<mefdev-help-block [title]="'Help Block'">
   Content goes here...
</mefdev-help-block>

Properties

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.

results matching ""

    No results matching ""