Skip to content

Commit

Permalink
📖 Add story for props.showEndInitially
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Jun 7, 2024
1 parent 4f25fb3 commit aacb408
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/docs/stories/DatePicker.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,13 @@ export const NoFutureTwoUpDatePicker: Story = {
monthLimitLast: getMonthFromDate(new Date()),
},
};

export const ShowEndInitiallyDatePicker: Story = {
args: {
className: 'no-future-two-up-date-picker-story',
dateEnd: new Date(1234, 0, 1).toISOString(),
dateStart: new Date(1233, 0, 1).toISOString(),
isTwoUp: true,
showEndInitially: true,
},
};

0 comments on commit aacb408

Please sign in to comment.