Feliz.CalendarPickr
1.0.0
See the version list below for details.
dotnet add package Feliz.CalendarPickr --version 1.0.0
NuGet\Install-Package Feliz.CalendarPickr -Version 1.0.0
<PackageReference Include="Feliz.CalendarPickr" Version="1.0.0" />
<PackageVersion Include="Feliz.CalendarPickr" Version="1.0.0" />
<PackageReference Include="Feliz.CalendarPickr" />
paket add Feliz.CalendarPickr --version 1.0.0
#r "nuget: Feliz.CalendarPickr, 1.0.0"
#:package Feliz.CalendarPickr@1.0.0
#addin nuget:?package=Feliz.CalendarPickr&version=1.0.0
#tool nuget:?package=Feliz.CalendarPickr&version=1.0.0
Feliz binding for react-date-range.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Feliz (>= 2.9.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.1 | 1,078 | 2/3/2026 |
| 1.2.0 | 111 | 2/3/2026 |
| 1.1.0 | 1,073 | 12/11/2025 |
| 1.0.0 | 295 | 12/5/2025 |
| 0.9.0 | 193 | 12/5/2025 |
| 0.8.0 | 227 | 12/5/2025 |
| 0.7.0 | 234 | 12/4/2025 |
| 0.6.0 | 206 | 11/28/2025 |
| 0.5.8 | 302 | 11/14/2025 |
| 0.5.7 | 273 | 11/14/2025 |
| 0.5.6 | 270 | 11/14/2025 |
| 0.5.5 | 317 | 11/13/2025 |
| 0.5.4 | 258 | 10/9/2025 |
| 0.5.3 | 239 | 9/11/2025 |
| 0.5.2 | 208 | 9/11/2025 |
| 0.5.1 | 225 | 9/11/2025 |
| 0.5.0 | 225 | 9/11/2025 |
| 0.4.4 | 220 | 9/10/2025 |
| 0.4.3 | 217 | 9/10/2025 |
| 0.4.2 | 218 | 9/9/2025 |
Full feature parity with flatpickr options**
Display & UI options:
- `weekNumbers` - Show week numbers in calendar
- `shorthandCurrentMonth` - Show month shorthand (e.g. "Jan")
- `monthSelectorType` - Month selector style ("dropdown" or "static")
- `altInput` `altFormat` `altInputClass` - User-friendly date display
- `ariaDateFormat` - Accessibility date format
Position options:
- `position` - Calendar position (auto above below etc.)
- `static'` - Position calendar next to input
- `appendTo` - Attach calendar to specific DOM element
Arrow customization:
- `prevArrow` `nextArrow` - Custom navigation icons
Time options:
- `enableSeconds` - Enable seconds in time picker
- `hourIncrement` `minuteIncrement` - Time input steps
- `defaultHour` `defaultMinute` `defaultSeconds` - Initial time values
Behavior options:
- `clickOpens` - Control whether clicking opens the picker
- `allowInvalidPreload` - Allow preloading invalid dates
- `wrap` - Enable custom input groups with data attributes
- `conjunction` - Separator for multiple mode
Date constraints:
- `disable` `disableDates` `disableBy` `disableRanges` - Disable dates
- `enable` `enableDates` `enableBy` `enableRanges` - Enable only specific dates
New event callbacks:
- `onMonthChange` - Fired when month changes
- `onYearChange` - Fired when year changes
- `onValueUpdate` - Fired when input value updates
- `onDayCreate` - Full control over day cell elements