feat: storybook 추가
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
||||
import { getLocalTimeZone, today } from '@internationalized/date';
|
||||
import { tv } from 'tailwind-variants';
|
||||
|
||||
import { ChevronLeftIcon, ChevronRightIcon } from '@/components/icons';
|
||||
import { ChevronLeftIcon, ChevronRightIcon } from '../icons';
|
||||
|
||||
import { calendarDateToDate, dateToCalendarDate } from './utils';
|
||||
|
||||
@@ -128,8 +128,7 @@ export function Calendar({ value, defaultValue, onChange, maxValue, minValue, is
|
||||
isToday: !isSelected ? isToday : false,
|
||||
isHovered: !isSelected ? isHovered : false,
|
||||
isFocusVisible,
|
||||
})
|
||||
}
|
||||
})}
|
||||
/>
|
||||
);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user