A simple Blazor Date/Range picker written 100% in C#.
You can check it out here https://blazor.adventurouscoding.com
Parameters
- SingleDate(bool): Single Date mode
- InlineMode(bool) : Inline display (otherwise it will pop on click)
- Culture(CultureInfo) : Multi cultural(not RTL though)
- MinDays/MaxDays(int) : Min/Max days that can be picked
- NumberOfMonthsToDisplay(int) : Number of months to display
- DateFormat(string) : Date display format
- Placeholder(string) : input placeholder
- MinimumDate/MaximumDate(DateTime?) : Min/Max available date
- InitialMonth/InitialYear(int) : Starting month/year
- BlockedDates(List) : Blocked dates
- OnDateSelected(EventCallback) : Returns picked date or date range when successfully selected