vue-ctk-date-time-picker
Advanced tools
Comparing version 1.0.8 to 1.1.0
{ | ||
"name": "vue-ctk-date-time-picker", | ||
"description": "A vue component for select date & time (by Chronotruck)", | ||
"version": "1.0.8", | ||
"version": "1.1.0", | ||
"author": "Mazel <loic.mazuel@chronotruck.com>", | ||
@@ -47,7 +47,13 @@ "license": "MIT", | ||
"keywords": [ | ||
"VueJs", | ||
"vue", | ||
"javascript", | ||
"vue-component", | ||
"input", | ||
"text", | ||
"date", | ||
"time", | ||
"picker", | ||
"ctk", | ||
"chronotruck" | ||
"chronotruck", | ||
"datepicker", | ||
"timepicker" | ||
], | ||
@@ -54,0 +60,0 @@ "bugs": { |
@@ -0,1 +1,3 @@ | ||
![vue-ctk-date-time-picker](./assets/illu.png) | ||
# vue-ctk-date-time-picker | ||
@@ -6,3 +8,3 @@ | ||
## Demo | ||
An [example](https://htmlpreview.github.io/?https://github.com/chronotruck/vue-ctk-date-time-picker/blob/master/demo/dist/index.html) is available | ||
A [demo](https://htmlpreview.github.io/?https://github.com/chronotruck/vue-ctk-date-time-picker/blob/master/demo/dist/index.html) is available | ||
@@ -28,6 +30,5 @@ ## Install | ||
v-model="value" | ||
:label="'Choose a time'" | ||
label="Choose a date time" | ||
:hint="'Text'" | ||
:error-hint="true" | ||
:minute-interval="10" // (for time) | ||
color="#FF0000" /> | ||
@@ -42,4 +43,4 @@ ... | ||
|------------|------------|----------|------------| | ||
| v-model | String/Int | true | - | | ||
| label | String | false | Enter Text | | ||
| v-model | String/Int | yes | - | | ||
| label | String | no | Select date & time | | ||
| hint* | text | no | - | | ||
@@ -69,2 +70,6 @@ | error-hint** | Boolean | no | false | | ||
## To do | ||
- Mobile support (responsive) | ||
## Contribution | ||
@@ -71,0 +76,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
282820
22
80