Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 907 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 907 Bytes

vue-datepicker

Because at a time like this...the world needs another datepicker! 😳

Todo:

  • Remove lodash
  • Replace momentjs with dayjs
  • Make rrule an optional dependancy...again for better tree shaking
  • Remove rrule in favour of the ability to add an array or filter callback function
  • Make popper an optional dependancy?
  • Maintain focus when using default input
  • Improve solution to maintain focus when using default input
  • Optionally prefix tailwind css (include separate css and add option to compoenent install)
  • Timezone support...wait, there's life outside the UK?! (Ref: iamkun/dayjs#695)

Potential features/improvements

  • Limit views...{ views: ['days', 'months'] } or { maxView: 'days' }...or similar?
  • Allow display of multiple months?
  • Allow override of styles for text, hovers, icons etc?