Skip to main content

DatePicker.month-selector

Components

MonthSelector()

MonthSelector(props, context?): ReactNode

Parameters

ParameterType
propsMonthSelectorProps
context?any

Returns

ReactNode

Source

libs/design-system-core/src/components/DatePicker/month-selector.tsx:23

Variables

selectedCellStyle

const selectedCellStyle: "text-white bg-secondaryLight dark:(bg-secondaryDark text-white)" = 'text-white bg-secondaryLight dark:(bg-secondaryDark text-white)'

Source

libs/design-system-core/src/components/DatePicker/month-selector.tsx:12


unselectedCellStyle

const unselectedCellStyle: "text-grey5 dark:text-grey7" = 'text-grey5 dark:text-grey7'

Source

libs/design-system-core/src/components/DatePicker/month-selector.tsx:13


wrapperStyle

const wrapperStyle: "bg-white dark:bg-grey3 mt-10 rounded-lg shadow p-4 w-full absolute top-0 left-0 z-[9999]" = 'bg-white dark:bg-grey3 mt-10 rounded-lg shadow p-4 w-full absolute top-0 left-0 z-[9999]'

Source

libs/design-system-core/src/components/DatePicker/month-selector.tsx:9