Skip to content

React Component that presents a calendar with a set of selectable dates.

License

Notifications You must be signed in to change notification settings

mtostenson/calendar-date-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calendar-date-picker

This React Native component provides a view that allows the user to select a single date from a set of available dates. The view contains a list of month calendars, where only months with available dates are displayed.

Props

  • dates - Array of date strings in format 'YYYY-MM-DD'. These are the date selection options
  • onSelectDate - Callback when date selection is made, returns a moment object
  • primaryColor - Color string used for month labels and date options

About

React Component that presents a calendar with a set of selectable dates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published