pfCard - Trends
patternfly.card
Component for easily displaying a card with html content
<pf-card - -trends head-title="{string}" [sub-title="{string}"] [show-top-border="{boolean}"] [show-titles-separator="{boolean}"] [footer="{object}"] [filter="{object}"]> </pf-card - -trends>
Param | Type | Details |
---|---|---|
headTitle | string | Title for the card |
subTitle (optional) | string | Sub-Title for the card |
showTopBorder (optional) | boolean | Show/Hide the blue top border. True shows top border, false (default) hides top border |
showTitlesSeparator (optional) | boolean | Show/Hide the grey line between the title and sub-title. True (default) shows the line, false hides the line |
footer (optional) | object | footer configuration properties:
|
filter (optional) | object | filter configuration properties:
|