Calendar β
INFO
This component uses the calendar from PrimeVue. It's full documentation can be found here.
import { XerCalendar } from "@xerius/codey-components";
Showcases β
INFO
When using other features of the calendar outside the scope of our showcases, please contact Codey so they can ensure the required styling is available for your use case.
default Calendar β
With Placeholder β
With Button Bar β
With Time Picker β
With Calendar Button β
As Month Picker β
As Year Picker β
As Date Range Picker β
With Error β
As Inline Calendar β
As Invalid β
As Disabled β
Without Form Control β
Note
Using a component directly without XerFormControl
or <label>
requires you to place the correct aria-label
on the underlying component input element.
Props β
All props from the Prime Calendar can be provided. The full documentation can be found here.
Events β
All events from the Prime Calendar can be provided. The full documentation can be found here.
Slots β
All slots from the Prime Calendar can be provided. The full documentation can be found here.
Automation Ids β
A data-automation-id
needs to be provided to the component as Prime Vue based components do not have a default data-automation-id
.