import React from 'react';
import { Tile, Flex } from '@breakaway/preact-core';
import BellIcon from '@patternfly/react-icons/dist/esm/icons/bell-icon';
export const TileWithExtraContent: React.FunctionComponent = () => (
} isStacked isSelected={false}>
This is really really long subtext that goes on for so long that it has to wrap to the next line. This is
really really long subtext that goes on for so long that it has to wrap to the next line.
} isStacked isSelected>
This is really really long subtext that goes on for so long that it has to wrap to the next line.
} isStacked isDisabled isSelected={false}>
Subtext goes here
);