Skip to content

Commit

Permalink
LF-4631 Add story for Stepper form without header
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakaOno committed Jan 29, 2025
1 parent 9f03152 commit 421f31e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,11 @@ export const StepperFormWithCustomHeader: Story = {
),
},
};

export const StepperFormWithoutHeader: Story = {
args: {
...stepperFormCommonProps,
variant: Variant.STEPPER_PROGRESS_BAR,
headerComponent: null,
},
};

0 comments on commit 421f31e

Please sign in to comment.