Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 784 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 784 Bytes

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