Skip to main content

Type Alias: CalendarProps

@arolariu/components


@arolariu/components / components/ui/calendar / CalendarProps

Type Alias: CalendarProps

CalendarProps = React.ComponentProps<typeof DayPicker> & object

Defined in: components/ui/calendar.tsx:22

Props for the shared calendar component.

Type Declaration

buttonVariant?

optional buttonVariant?: React.ComponentProps<typeof Button>["variant"]

Visual variant applied to the navigation buttons.

Default

"ghost"
// was this page useful?