import { Tile } from '@patternfly/react-core/deprecated'; import RhUiNotificationFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-notification-fill-icon'; export const TileStacked: React.FunctionComponent = () => (
} isStacked isSelected={false}> Subtext goes here {' '} } isStacked isSelected> Subtext goes here {' '} } isStacked isDisabled isSelected={false}> Subtext goes here
);