1.2.0 • Published 26 days ago

@brunolopesr/vue-datepicker v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
26 days ago

@brunolopesr/vue-datepicker

This is a detached fork of the @vuepic/vue-datepicker

License npm Downloads Open issues CI Release date

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 @brunolopesr/vue-datepicker

# or

npm install @brunolopesr/vue-datepicker

Import and register component

Global

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

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

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

Local

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

Versioning

This project follows SemVer specification

License

MIT

1.2.0

26 days ago

1.1.1

1 month ago

1.1.3

1 month ago

1.1.2

1 month ago

1.1.0

1 month ago

1.0.5

1 month ago

1.0.4

1 month ago

1.0.3

1 month ago

1.0.2

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago