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