import React from 'react'; import { ProgressStepper, ProgressStep } from '@breakaway/preact-core'; export const ProgressStepperBasicWithDescription: React.FunctionComponent = () => ( First step Second step Third step );