pfCardView
patternfly.views
Component for rendering cards in a view
<pf-card-view
config="{object}"
page-config="{object}"
empty-state-config="{object}"
empty-state-action-buttons="{array}"
items="{Array}">
</pf-card-view>
| Param | Type | Details |
|---|---|---|
| config | object | configuration settings for the cards:
|
| pageConfig | object | Optional pagination configuration object. Since all properties are optional it is ok to specify: 'pageConfig = {}' to indicate that you want to use pagination with the default parameters.
|
| emptyStateConfig | object | Optional configuration settings for the empty state component. See the Empty State component |
| emptyStateActionButtons | array | Optional buttons to display under the icon, title, and informational paragraph in the empty state component. See the Empty State component |
| items | Array | the data to be shown in the cards |