Skip to main content

Month API Overview

Initialization

<script setup>
import { Month } from "@svar-ui/vue-core";
</script>

<template>
<!-- minimal configuration for initialization -->
<Month />
</template>
tip
  • Visit the Features Guide to learn more about the control's functionality.
  • Explore the samples to visualize the available features.

Month Properties

currentOptional. Opens the Month control at the specified date
markersOptional. Highlights a specified date range in Month
partOptional. Sets a single day as a value of the Month view
valueOptional. Sets a value of the Month control

Month Events

cancelFires when closing the Month view after date selection
changeFires when closing the Month view after date selection