Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-ctk-date-time-picker

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-ctk-date-time-picker - npm Package Compare versions

Comparing version 1.0.8 to 1.1.0

assets/illu.png

14

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc