import { Fragment } from 'react'; import { Label, LabelColor, LabelStatus } from '@patternfly/react-core'; import CubeIcon from '@patternfly/react-icons/dist/esm/icons/cube-icon'; export const LabelOutline: React.FunctionComponent = () => { const logColor = (color: string) => { // eslint-disable-next-line no-console console.log(color, 'label clicked'); }; return ( Non-status:

{' '} {' '} {' '}

{' '} {' '} {' '}

{' '} {' '} {' '}

{' '} {' '} {' '} {' '}

{' '}



{' '} {' '} {' '} {' '}

{' '} {' '} {' '}

{' '} {' '} {' '}

Status:









); };