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