import React from 'react'; import { Tile } from '@breakaway/preact-core'; import BellIcon from '@patternfly/react-icons/dist/esm/icons/bell-icon'; export const TileStackedWithLargeIcons: React.FunctionComponent = () => (
} isStacked isDisplayLarge isSelected={false}> Subtext goes here {' '} } isStacked isDisplayLarge isSelected> Subtext goes here {' '} } isStacked isDisplayLarge isDisabled isSelected={false}> Subtext goes here
);