import { Fragment } from 'react'; import { Alert, AlertActionCloseButton, AlertActionLink } from '@patternfly/react-core'; export const AlertVariations: React.FunctionComponent = () => ( View details console.log('Clicked on Ignore')} > Ignore } >

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

Success alert description. This should tell the user more information about the alert.{' '} This is a link.

console.log('Clicked the close button')} />} >

Short alert description.

Short alert description.

);