Skip to content

Commit dae4ac9

Browse files
authored
Update README.md
Updated explanations and added titles for some images
1 parent 96788b1 commit dae4ac9

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

README.md

+20-4
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,33 @@ UI controls are available for Xamarin Forms and .NET MAUI.
1010

1111
### Features include:
1212
* Ability to use the Calendar from code without referencing a UI framework.
13-
* Ability to use and reference your own models by implementing ICalendarDay.
13+
* Ability to use and reference your own models by implementing interfaces like `ICalendar`, `ICalendarDay`, or `IEvent`.
1414
* Ability to set the number of rows shown or have it be automatic.
1515
* Ability to change the start of the week to any day of the week.
1616
* Ability to select single, multiple or a range of dates.
1717
* Ability to restrict navigation to a range of dates and define how the calendar loops.
18-
* Ability to specify your own custom order of days of week at any length, with support for duplicates and non-chronological orders.
19-
* Fully customisable CalendarView with custom controls, templates, and exposed default commands.
18+
* Ability to specify your own custom order of days of week, with support for duplicates and non-chronological orders.
19+
* Fully customisable CalendarView with custom controls, templates, and exposed default styles and commands.
2020
* Support for localising text (such as days of the week and day numbers).
2121
* And more!
2222

23-
<img src="https://user-images.githubusercontent.com/73718829/181294940-a12bfe05-6caa-473f-9cb4-a862927931e9.jpg" width="45%"> <img src="https://user-images.githubusercontent.com/73718829/181294949-1bd0e011-c0b4-4641-a779-e0f4215f4317.jpg" width="45%"> <img src="https://user-images.githubusercontent.com/73718829/181294956-50c49fa6-bcd4-4409-8504-7edd08cb5b52.jpg" width="45%"> <img src="https://user-images.githubusercontent.com/73718829/181294963-1454ad2d-ed4e-4796-865f-5150300f7846.jpg" width="45%"> <img src="https://user-images.githubusercontent.com/73718829/181294970-b4d6a4dc-b723-4e0e-98e6-95102d5e7d39.jpg" width="45%"> <img src="https://user-images.githubusercontent.com/73718829/181294977-bcb4c74c-8ae5-4289-b841-efec946d87d5.jpg" width="45%">
23+
#### Standard Calendar
24+
<img src="https://user-images.githubusercontent.com/73718829/181294940-a12bfe05-6caa-473f-9cb4-a862927931e9.jpg" width="45%">
25+
26+
#### Custom Days Of Week (Unordered and duplicates)
27+
<img src="https://user-images.githubusercontent.com/73718829/181294949-1bd0e011-c0b4-4641-a779-e0f4215f4317.jpg" width="45%">
28+
29+
#### Custom Days Of Week (3 Days Of Week)
30+
<img src="https://user-images.githubusercontent.com/73718829/181294956-50c49fa6-bcd4-4409-8504-7edd08cb5b52.jpg" width="45%">
31+
32+
#### Custom Week Amount (1 Week)
33+
<img src="https://user-images.githubusercontent.com/73718829/181294963-1454ad2d-ed4e-4796-865f-5150300f7846.jpg" width="45%">
34+
35+
#### Custom Week Amount (2 Weeks)
36+
<img src="https://user-images.githubusercontent.com/73718829/181294970-b4d6a4dc-b723-4e0e-98e6-95102d5e7d39.jpg" width="45%">
37+
38+
#### Day Styles
39+
<img src="https://user-images.githubusercontent.com/73718829/181294977-bcb4c74c-8ae5-4289-b841-efec946d87d5.jpg" width="45%">
2440

2541
Examples in the sample app include:
2642

0 commit comments

Comments
 (0)