Function: Chevron()
Chevron(
props
):Element
Render the chevron icon used in the navigation buttons and dropdowns.
Parameters
Parameter | Type | Description |
---|---|---|
props | { className : string ; disabled : boolean ; orientation : "up" | "down" | "left" | "right" ; size : number ; } | - |
props.className ? | string | - |
props.disabled ? | boolean | Set to true to disable the chevron. |
props.orientation ? | "up" | "down" | "left" | "right" | The orientation of the chevron. |
props.size ? | number | The size of the chevron. |
Returns
Element
See
https://daypicker.dev/guides/custom-components