Month API Overview
Initialization
<script>
import { Month } from "wx-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
cancel | a function called on closing the Month view after date selection |
current | opens the Month control at the specified date |
markers | highlights a specified date range in Month |
part | sets a single day as a value of the Month view |
select | a function called on date selection |
value | sets a value of the Month control |