Sorry, but you either have no stories or none are selected somehow.
Please check the Storybook config.
Try reloading the page.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
VerticalSteps
import{VerticalSteps}from'@proton/atoms';
VerticalSteps helps to create a vertical timeline UI. Each item accepts a few props: title, description, status (done, passed, next), icon.
Choose a usernameYou successfully selected your new email address.
Today: get instant access15 GB secure mailbox with unlimited personalisation.
Day 24: Trial end reminderWe’ll send you a notice. Cancel anytime.
Day 30: Trial endsYour subscription will start Jan 16th. Cancel anytime before.
()=>(<VerticalSteps><VerticalStepicon={<Iconname="checkmark"className="m-auto"size={4}/>}title="Choose a username"description="You successfully selected your new email address."status={VerticalStepStatusEnum.Passed}/><VerticalStepicon={<Iconname="lock"className="m-auto"size={4}/>}title="Today: get instant access"description="15 GB secure mailbox with unlimited personalisation."status={VerticalStepStatusEnum.Done}/><VerticalStepicon={<Iconname="bell"className="m-auto"size={4}/>}title="Day 24: Trial end reminder"description="We’ll send you a notice. Cancel anytime."/><VerticalStepicon={<Iconname="calendar-row"className="m-auto"size={4}/>}title="Day 30: Trial ends"description="Your subscription will start Jan 16th. Cancel anytime before."/></VerticalSteps>)
Another variant is doable:
1
Select service to update
2
Do another great step
3
Do another great step again
4
Do another great step final step
()=>(<VerticalStepsclassName="vertical-steps--primary"><VerticalSteptitleCenteredtitleBold={false}title="Select service to update"icon={<spanclassName="m-auto">1</span>}/><VerticalSteptitleCenteredtitleBold={false}title="Do another great step"icon={<spanclassName="m-auto">2</span>}/><VerticalSteptitleCenteredtitleBold={false}title="Do another great step again"icon={<spanclassName="m-auto">3</span>}/><VerticalSteptitleCenteredtitleBold={false}title="Do another great step final step"icon={<spanclassName="m-auto">4</span>}/></VerticalSteps>)
Props
Choose a usernameYou successfully selected your new email address.
Today: get instant access15 GB secure mailbox with unlimited personalisation.
Day 24: Trial end reminderWe’ll send you a notice. Cancel anytime.
Day 30: Trial endsYour subscription will start Jan 16th. Cancel anytime before.