Month API Overview
Initialization
<script>
import { Month } from "@svar-ui/svelte-core";
</script>
<!-- minimal configuration for initialization -->
<Month />
tip
- Visit the Features Guide to learn more about the control's functionality.
- Explore the samples to visualize the available features.
Month Properties
| current | Optional. Opens the Month control at the specified date |
| markers | Optional. Highlights a specified date range in Month |
| part | Optional. Sets a single day as a value of the Month view |
| value | Optional. Sets a value of the Month control |
Month Events
| cancel | Fires when closing the Month view after date selection |
| change | Fires when closing the Month view after date selection |