InputDate

The InputDate component provides a styled date picker with pop-up calendar.

# Basic Usage


InputDate Component

PropTypeDescription
classNamestringAdditional CSS classes.
namestringIdentifier for the date in form submission.
labelstringLabel text for the date input.
registerfunctionFunction to register the input with the useForm hook.
requiredbooleanSpecifies if the field is required.
todaybooleanDefaults the selected date to today.