Interface: CustomComponents
A map of the component that can be changed via the components
prop.
Methodsβ
Captionβ
βΈ Optional
Caption(props
): null
| Element
The component for the caption element.
Parametersβ
Name | Type |
---|---|
props | CaptionProps |
Returnsβ
null
| Element
Defined inβ
CaptionLabelβ
βΈ Optional
CaptionLabel(props
): null
| Element
The component for the caption element.
Parametersβ
Name | Type |
---|---|
props | CaptionLabelProps |
Returnsβ
null
| Element
Defined inβ
Dayβ
βΈ Optional
Day(props
): null
| Element
The component for the day element. This is a button or a span.
Parametersβ
Name | Type |
---|---|
props | DayProps |
Returnsβ
null
| Element
Defined inβ
DayContentβ
βΈ Optional
DayContent(props
): null
| Element
The component for the content of the day element.
Parametersβ
Name | Type |
---|---|
props | DayContentProps |
Returnsβ
null
| Element
Defined inβ
Dropdownβ
βΈ Optional
Dropdown(props
): null
| Element
The component for the drop-down elements.
Parametersβ
Name | Type |
---|---|
props | DropdownProps |
Returnsβ
null
| Element
Defined inβ
Footerβ
βΈ Optional
Footer(): null
| Element
The component for the table footer.
Returnsβ
null
| Element
Defined inβ
Headβ
βΈ Optional
Head(): null
| Element
The component for the tableβs head.
Returnsβ
null
| Element
Defined inβ
IconDropdownβ
βΈ Optional
IconDropdown(props
): null
| Element
The component for the small icon in the drop-downs.
Parametersβ
Name | Type |
---|---|
props | StyledComponent |
Returnsβ
null
| Element
Defined inβ
IconLeftβ
βΈ Optional
IconLeft(props
): null
| Element
The arrow left icon (used for the Navigation buttons).
Parametersβ
Name | Type |
---|---|
props | StyledComponent |
Returnsβ
null
| Element
Defined inβ
IconRightβ
βΈ Optional
IconRight(props
): null
| Element
The arrow right icon (used for the Navigation buttons).
Parametersβ
Name | Type |
---|---|
props | StyledComponent |
Returnsβ
null
| Element
Defined inβ
Rowβ
βΈ Optional
Row(props
): null
| Element
The component for the table rows.
Parametersβ
Name | Type |
---|---|
props | RowProps |
Returnsβ
null
| Element
Defined inβ
WeekNumberβ
βΈ Optional
WeekNumber(props
): null
| Element
The component for the week number in the table rows.
Parametersβ
Name | Type |
---|---|
props | WeekNumberProps |
Returnsβ
null
| Element