Skip to content

Commit

Permalink
support inline mode #15
Browse files Browse the repository at this point in the history
  • Loading branch information
weifeiyue committed Dec 7, 2017
1 parent 5a53be3 commit d512bd1
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vue-datepicker-local

### A Beautiful Datepicker Component For Vue2
* Lightweight (less than 4kb minified and gzipped)
* Lightweight (less than 5kb minified and gzipped)
* Only dependencies Vue
* Beautiful!

Expand Down Expand Up @@ -72,6 +72,7 @@ The `dist` folder contains `vue-datepicker-local.js` and `vue-datepicker-local.c
|:---------------|:-------------------------------------------------|:-----------|:-------------------|
| v-model | dates to be manipulated | Date/Array | -- |
| name | name for input | String | -- |
| type | type for input (inline/normal) | String | normal |
| inputClass | custom class name for input | String | -- |
| popupClass | custom class name for popup | String | -- |
| disabled | determine whether the DatePicker is disabled | Boolean | false |
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-datepicker-local.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d512bd1

Please sign in to comment.