Package org.patternfly.componentgroup.servicecard
package org.patternfly.componentgroup.servicecard
Provides a service card component for displaying a service with an icon, title, subtitle, and description.
The service card is a PFJ-specific composition that presents a service or application entry with a visual icon, title, optional subtitle, and description text. It is typically used in dashboards or catalog views to represent available services.
Usage
ServiceCard card = serviceCard()
.icon(img("service-icon.svg"))
.title("My Service")
.subTitle("v2.1")
.description("Manages application deployments and configurations.");
- See Also:
-
ClassesClassDescriptionA composite card component that presents a service or application with an icon and descriptive content.