import React from 'react'; import { Wizard, WizardStep } from '@breakaway/preact-core'; export const WizardProgressiveSteps: React.FunctionComponent = () => ( Get started content Update options content Substep 1 content , Substep 2 content , Substep 3 content ]} /> Review content );