8.8.3 • Published 1 year ago

@fleximex/vue-datepicker-forced-range-look v8.8.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@vuepic/vue-datepicker

The most complete datepicker solution for Vue 3

License npm Downloads Open issues CI Release date Quality Gate Status

DOCUMENTATION

StackBlitz Playground

Features

  • Single date picker
  • Range date picker
  • Time picker
  • Month picker
  • Year picker
  • Quarter picker
  • Week picker
  • Multiple dates select
  • Multiple calendars
  • Text input
  • UTC support
  • Timezones
  • Locale support
  • Week numbers
  • Custom v-model
  • Dark and light theme
  • SSR support
  • Highly configurable
  • Accessible
  • Included type definitions

Install

yarn add @vuepic/vue-datepicker

# or

npm install @vuepic/vue-datepicker

Import and register component

Global

import { createApp } from 'vue';
import App from './App.vue';

import VueDatePicker from '@vuepic/vue-datepicker';
import '@vuepic/vue-datepicker/dist/main.css';

const app = createApp(App);
app.component('VueDatePicker', VueDatePicker);

Local

<script>
    import VueDatePicker from '@vuepic/vue-datepicker';
    import '@vuepic/vue-datepicker/dist/main.css';
    
    export default {
        components: { VueDatePicker }
    }
</script>

Supporting the project

As you may know, maintaining an open-source project is a very time-consuming job. Your support is very appreciated ❤️

Please ⭐️ this repository if you like the component!

You can also make a financial contribution via sponsoring this project or one time donation. Become a sponsor

Special thanks to our sponsors 🙏

Versioning

This project follows SemVer specification

License

Copyright © 2021-present Vuepic

MIT

8.8.1

1 year ago

8.7.2

1 year ago

8.6.3

1 year ago

8.8.0

1 year ago

8.7.1

1 year ago

8.8.3

1 year ago

8.7.4

1 year ago

8.6.5

1 year ago

8.8.2

1 year ago

8.7.3

1 year ago

8.6.4

1 year ago

8.7.0

1 year ago

8.7.6

1 year ago

8.6.7

1 year ago

8.7.5

1 year ago

8.6.6

1 year ago

8.6.9

1 year ago

8.7.7

1 year ago

8.6.8

1 year ago

8.6.2

1 year ago

8.6.1

1 year ago

8.6.0

1 year ago