vue2-daterangepicker-component

2.0.3 • Public • Published

Vue Date Range Picker Component

npm version npm download

Notice

This component is not meant to meet all the business requirements
so diving into src/ to make it fits your needs is highly recommended

Example

See example.html for example.

Suggest inspecting it with devtools

Requirement

Installation

npm i vue-daterangepicker-component -S

alternatively: <script src="dist/vue-daterangepicker-component.min.js"></script>
which exposes VueDateRangePicker as a global variable

Usage

<date-range-picker :config></date-range-picker>

props: {
  // more options see http://www.daterangepicker.com/#options
  config: { type: Object, default: () => ({}) }
}

Build

npm run build

LICENSE

MIT

Package Sidebar

Install

npm i vue2-daterangepicker-component

Weekly Downloads

46

Version

2.0.3

License

MIT

Last publish

Collaborators

  • idpulse