import React from 'react'; import { Wizard, WizardStep } from '@breakaway/preact-core'; export const WizardWithCustomNavItem: React.FunctionComponent = () => ( Step 1 content Custom item }} > Step 2 content with a custom navigation item Review step content );