Calendar
Calendar is a widget that provides a calendar that you can use in your application.
Example
import { Calendar } from '@vixen-js/core-react';
export function CustomCalendar() { return ( <Calendar /> )}
Learn more about Calendar