Skip to content

Commit

Permalink
chore: Storybook の階層を調整
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sasaki-0529 committed Nov 12, 2024
1 parent 4bcd57b commit 2e3bba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Calendar } from '../Calendar'
import type { Meta, StoryObj } from '@storybook/react'

export default {
title: 'Data Display(データ表示)/DatePicker/Calendar',
title: 'Forms(フォーム)/DatePicker/Calendar',
component: Calendar,
// argsType で date を指定した場合、args が Date でなく UnixTime(number) になってしまうため変換する
// refs: https://github.com/storybookjs/storybook/issues/11822
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Calendar } from '../Calendar'
import type { Meta, StoryObj } from '@storybook/react'

export default {
title: 'Data Display(データ表示)/DatePicker/Calendar/VRT',
title: 'Forms(フォーム)/DatePicker/Calendar/VRT',
render: (args) => (
<Cluster gap="S">
<Calendar value={dayjs('2024/11/06').toDate()} onSelectDate={args.onSelectDate} />
Expand Down

0 comments on commit 2e3bba1

Please sign in to comment.