import { Fragment } from 'react'; import { Alert, AlertActionCloseButton, AlertActionLink } from '@patternfly/react-core'; export const AlertExpandable: React.FunctionComponent = () => ( console.log('Clicked the close button')} />} >

Success alert description. This should tell the user more information about the alert.

View details console.log('Clicked on Ignore')} > Ignore
} >

Success alert description. This should tell the user more information about the alert.

);