pfInfoStatusCard
patternfly.card
Component for easily displaying textual information
<pf-info-status-card
status="{object}"
[show-top-border="{boolean}"]
html-content="{boolean}"
[show-spinner="{boolean}"]
[spinner-text="{string}"]
[spinner-card-height="{string}"]>
</pf-info-status-card>
| Param | Type | Details |
|---|---|---|
| status | object | Status configuration information
|
| show-top-border (optional) | boolean | Show/hide the top border, true shows top border, false (default) hides top border |
| htmlContent | boolean | Flag to allow HTML content within the info options |
| showSpinner (optional) | boolean | Show/Hide the spinner for loading state. True shows the spinner, false (default) hides the spinner |
| spinnerText (optional) | string | Text for the card spinner |
| spinnerCardHeight (optional) | string | Height to set for the card when data is loading and spinner is shown |