import { FunctionComponent } from 'react'; import ServiceCard from '@patternfly/react-component-groups/dist/dynamic/ServiceCard'; import { Gallery } from '@patternfly/react-core/dist/dynamic/layouts/Gallery'; import { GalleryItem } from '@patternfly/react-core/dist/dynamic/layouts/Gallery'; import { Button, ButtonVariant } from '@patternfly/react-core'; import pageHeaderIcon from '../../assets/icons/page-header-icon.svg'; export const ServiceCardGalleryExample: FunctionComponent = () => ( } helperText="Example helper text" /> } helperText="Example helper text" footer={ <> } /> );