import { Tile } from '@patternfly/react-core/deprecated'; export const TileWithSubtext: React.FunctionComponent = () => (
Subtext goes here {' '} Subtext goes here {' '} Subtext goes here
);