Calendar
# FxCalendar
Display date information
# Attributes
| Parameter | Description | Type | Options | Default |
|---|---|---|---|---|
| value / v-model | Binding value | Date/string/number | — | — |
| range | Date range including start and end dates. Start date must be Monday, end date must be Sunday, and the timespan cannot exceed two months. | Array | — | — |
| first-day-of-week | First day of week | Number | 1 to 7 | 1 |
# dateCell scoped slot parameters
| Parameter | Description | Type | Options | Default |
|---|---|---|---|---|
| date | Date represented by the cell | Date | — | — |
| data | { type, isSelected, day }, where type indicates the month the date belongs to (possible values: prev-month, current-month, next-month); isSelected indicates whether the date is selected; day is the formatted date in yyyy-MM-dd format | Object | — | — |
# Basic Usage
Copy
# Custom Content
Copy
# Custom Range
Copy