V-Calendar
Guide
  • v1.0
  • v2.0
Changelog
Sponsor (opens new window)
GitHub (opens new window)
Guide
  • v1.0
  • v2.0
Changelog
Sponsor (opens new window)
GitHub (opens new window)
    • Introduction
    • Sponsors
  • Getting Started

    • Installation
    • Custom Defaults
      • Vue 3
    • Core Concepts

      • Colors & Dark Mode
      • Layouts
      • Navigation
      • Attributes
      • Date & Time Picker
      • Timezones (Beta) 🎉
      • i18n
    • Working With Dates

      • Format & Parse Dates
      • Date Expressions
      • Disable Dates
    • Examples

      • Date Pickers
    ads via Carbon Code Smarter with AI. Reduce review errors with AI-powered insights. Ship clean code, faster. ads via Carbon
      • Introduction
      • Sponsors
    • Getting Started

      • Installation
      • Custom Defaults
        • Vue 3
      • Core Concepts

        • Colors & Dark Mode
        • Layouts
        • Navigation
        • Attributes
        • Date & Time Picker
        • Timezones (Beta) 🎉
        • i18n
      • Working With Dates

        • Format & Parse Dates
        • Date Expressions
        • Disable Dates
      • Examples

        • Date Pickers

      # Custom Defaults

      Custom defaults can be provided on initialization. Note that almost all of these defaults can be overridden by props on v-calendar or v-date-picker components.

      Vue.use(VCalendar, {
        componentPrefix: 'vc', // Now use vc-calendar and vc-date-picker
        ...
      })
      

      Click here to see all defaults.

      Help me improve this page! (opens new window)
      ← Installation Vue 3 →