PickersSectionList API
API reference docs for the React PickersSectionList component. Learn about the props, CSS, and other APIs of this exported module.
Component demos
Import
import { PickersSectionList } from '@mui/x-date-pickers/PickersSectionList';
// or
import { PickersSectionList } from '@mui/x-date-pickers';
// or
import { PickersSectionList } from '@mui/x-date-pickers-pro';
If true, the whole element is editable. Useful when all the sections are selected.
Type:bool
The elements to render. Each element contains the prop to edit a section of the value.
Type:Array<{ after: object, before: object, container: object, content: object }>
Override or extend the styles applied to the component.
See CSS API below for more details.
Type:object
The component cannot hold a ref.