.finally(React)

English
Copyright © 2023-currentdotfinally, LLC

Datepicker

Time is an illusion

The Datepicker component can be used by importing { Datepicker } from "finallyreact".

Example

Datepicker: Example

Placeholder

yyyy-mm-dd
Datepicker: Placeholder

Mask

Datepicker: Mask

Color

Datepicker: Color

Custom Styles

custom styles date
Datepicker: Custom Styles

Disabled

Disabled
Datepicker: Disabled

Simple

Datepicker: Simple

Datepicker Props

Prop NameProp TypeDescription
colorstringAny FinallyReact color
customMonthPickeranyCustom month picker component
customYearPickeranyCustom year picker component
dayPropsHTMLAttributesProps for each day
disabledbooleanDisable user interaction
displayPropsHTMLAttributesProps for the display
initialValuestringInitial value of the datepicker
monthDropdownPropsDropdownPropsProps for the month picker
monthLabelPropsHTMLAttributesProps for the month label
namestringName of the input
selectedPropsHTMLAttributesProps for the selected day
showTodayLinkbooleanShow the today link
simplebooleanSimple datepicker with no styles
textInputPropsHTMLAttributesProps for the input
todayLinkPropsHTMLAttributesProps for the today link
todayPropsHTMLAttributesProps for cell for today
valueDateValue of the datepicker
yearLabelPropsHTMLAttributesProps for the year label
yearTextInputPropsNumberInputPropsProps for the year picker