Search code examples
reactjsbootstrap-4material-components-web

Date Picker for Bootstrap 4 or Material components


I am now looking for a date picker for either Bootstrap 4 or Material components.

It would be great if it:

  1. is visually consistent with the design system (I have found pickers with bootstrap 3 and pickers offered by mdb, but they do not look good within the app),
  2. is available through npm and usable with react,
  3. supports date range selection.

Does anybody know some components or libraries like this? Thank you so much!


Solution

  • There you go:- https://github.com/Pikaday/Pikaday demo https://pikaday.com/ its built with vanilla js and can be used with any library that's the cool thing about it and you have alot of options to customize it.