Skip to content

Calendar

Calendar is a widget that provides a calendar that you can use in your application.

Example

example_calendar.tsx
import { Calendar } from '@vixen-js/core-react';
export function CustomCalendar() {
return (
<Calendar />
)
}

Learn more about Calendar