Skip to content

DateRangePickerToolbar API

API reference docs for the React DateRangePickerToolbar component. Learn about the props, CSS, and other APIs of this exported module.

Demos

For examples and details on the usage of this React component, visit the component demo pages:

    Import

    import { DateRangePickerToolbar } from '@mui/x-date-pickers-pro';
    You can learn about the difference by reading this guide on minimizing bundle size.

    Component name

    The name MuiDateRangePickerToolbar can be used when providing default props or style overrides in the theme.

    Props

    NameTypeDefaultDescription
    classNamestring
    className applied to the root component.
    hiddenbool`true` for Desktop, `false` for Mobile.
    If true, show the toolbar even in desktop mode.
    toolbarFormatstring
    Toolbar date format.
    toolbarPlaceholdernode"––"
    Toolbar value placeholder—it is displayed when the value is empty.

    The component cannot hold a ref.

    CSS

    Rule nameGlobal classDescription
    root.MuiDateRangePickerToolbar-rootStyles applied to the root element.
    container.MuiDateRangePickerToolbar-containerStyles applied to the container element.

    You can override the style of the component using one of these customization options: