react-styled-kit - v4.0.3
    Preparing search index...

    Variable StyledDateInputConst

    StyledDateInput: StyledComponent<
        DateTimePickerProps<boolean> & RefAttributes<HTMLDivElement> & MUIStyledCommonProps<
            Theme,
        >,
        {},
        {},
    > = ...

    Styled date/time picker component

    StyledDateInput

    A customized date picker with:

    • Clean borderless design
    • Theme-aware calendar styling
    • Custom scrollbar styling
    • Focus state management

    React props

    Material-UI theme object

    <StyledDateInput
    label="Appointment Date"
    value={date}
    onChange={handleDateChange}
    />