Calendar API Overview
Initialization
import { Calendar } from "@svar-ui/react-core";
// minimal configuration for initialization
// a calendar will show the current date
<Calendar />
tip
- Visit the Features Guide to learn more about the control's functionality.
- Explore the samples to visualize the available features.
Calendar Properties
buttons | Optional. Shows/hides the Today and Clear buttons in the lower part of Calendar |
current | Optional. Displays the currently visible date in a calendar |
markers | Optional. Highlights a specified date range in Calendar |
value | Optional. Sets the value of a calendar |
Calendar Events
change | Fires when a new date is selected in a calendar |