Skip to content

it-xtech-dev/vue2-daterange-picker

 
 

Repository files navigation

Vue date range picker

It's a fork of vue2-daterange-picker (https://github.com/Innologica/vue2-daterange-picker) with moment.js dependency replaced with lightweight dayjs.js. Also picker behavior and apperance has been modified a bit.

Installation

No npm package avaiable yet. You can clone git project and create local package for your project usage or use one of the output .js files to include.

Usage

orignal component (behavior may be different): https://github.com/Innologica/vue2-daterange-picker

New component DateInput

Date input component allows you to enter date from keybord to input with custom format and binding to datetime object.

Development

Use: $ npm run docs:dev For live development

Use: $ npm run lib:build For dist output

Packages

No packages published

Languages

  • Vue 75.0%
  • JavaScript 12.6%
  • CSS 11.4%
  • Shell 1.0%