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
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 |