import React from 'react'; import { Wizard, WizardStep } from '@patternfly/react-core/next'; export const WizardBasic: React.FunctionComponent = () => (

Step 1 content

Step 2 content

Step 3 content

Step 4 content

Review step content

);