GithubHelp home page GithubHelp logo

liloow / vue-draggablecal Goto Github PK

View Code? Open in Web Editor NEW
86.0 86.0 23.0 3.27 MB

Not your ordinary datepicker. A Vuejs draggable date selector with a fresh responsive design, mobile ready and 0 dependencies, 17kb gzipped

JavaScript 39.96% Vue 60.04%
calendar datepicker draggable lightweight mobile responsive vue-component vuejs

vue-draggablecal's People

Contributors

liloow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vue-draggablecal's Issues

Past dates disabled

HI,
i have call your component like this
<draggable-cal :prependedMonths="3" fullMonths ></draggable-cal>

it's load past dates but in disable mode.. i have also try like this
<draggable-cal :prependedMonths="3" pastIsDisabled fullMonths></draggable-cal>
can you help me to sort out this

Thanks

Feature request to select previous dates as well

I really love this calendar. I'm using this for events calendar but currently it only supports ( Today + Future ). So there's no way for a user to edit / select a previous date event. What's the best way to enable this ?

IE11 compatibility issues

I like this component, but it doesn't work on IE11. Is there any way to make it compatible with IE11?

Readme.emitevent

it is not working,
<DraggableCal @selectedDate="doSomething($event)">

change emit name, it work,
<DraggableCal @dateSelected="doSomething($event)">

Can't listen to events when injecting component in non-vue project

When using Vue as a library injected into another project, we are unable to catch the events due to naming. We get a "Vue Tip" warning in the console which keeps us from being able to catch the event.

[Vue tip]: Event "dateselected" is emitted in component at App.vue but the handler is registered for "dateSelected". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "date-selected" instead of "dateSelected".

Changing the event name from "dateSelected" to "date-selected" fixed the problem.

date not showing

date not showing in vue 2.6.6. Only month slider
dashboard.vue :

import BarChart from './BarChart'; import PieChart from './PieChart'; import DraggableCal from 'vue-draggable-cal'; export default { components: { BarChart, PieChart, DraggableCal },

<div class="row"> <div class="col-12"> <DraggableCal></DraggableCal> </div> </div>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.