Skip to content

Date range picker for Vue 1.x, based on bootstrap-daterangepicker

Notifications You must be signed in to change notification settings

OneWayTech/vue-daterangepicker-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Ken Berkeley
Apr 10, 2017
bfe6a62 · Apr 10, 2017

History

3 Commits
Feb 27, 2017
Feb 27, 2017
Feb 27, 2017
Feb 27, 2017
Feb 27, 2017
Feb 27, 2017
Apr 10, 2017
Feb 27, 2017
Feb 27, 2017

Repository files navigation

Vue Date Range Picker Component

npm version npm download

Intellectual property of Oneway.mobi

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 here, source in example.html

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

About

Date range picker for Vue 1.x, based on bootstrap-daterangepicker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published