Skip to main content

Month API Overview

Initialization

import { Month } from "@svar-ui/react-core";

// minimal configuration for initialization
export default function App() {
return <Month />;
}
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