A calendar component. The calendar is run in controlled mode to allow for the today button to work.
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props | object | Component props. Properties
|
- Since
- 4.4.0
- Source
Returns:
The Calendar component.
- Type:
- object
Example
import Calendar from '@gravityforms/components/react/admin/modules/Calendar';
return <Calendar />;