@daypilot/daypilot-lite-react 3.9.0 → 3.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -30,21 +30,21 @@
30
30
 
31
31
  ### React Weekly Calendar Tutorial
32
32
 
33
- ![React Weekly Calendar](https://static.daypilot.org/npm/202207/react-weekly-calendar-open-source.png)
33
+ [![React Weekly Calendar](https://static.daypilot.org/npm/202207/react-weekly-calendar-open-source.png)](https://code.daypilot.org/42221/react-weekly-calendar-tutorial)
34
34
 
35
35
  [React Weekly Calendar Tutorial (Open-Source)](https://code.daypilot.org/42221/react-weekly-calendar-tutorial)
36
36
  React application that displays a weekly event calendar using an open-source DayPilot React calendar component. Includes a date picker for changing the visible week. The calendar/scheduler appearance is customized using CSS.
37
37
 
38
38
  ### React Resource Calendar with Editable Columns
39
39
 
40
- ![React Resource Calendar](https://static.daypilot.org/npm/202207/react-resource-calendar-tutorial.png)
40
+ [![React Resource Calendar](https://static.daypilot.org/npm/202207/react-resource-calendar-tutorial.png)](https://code.daypilot.org/62447/react-resource-calendar-open-source)
41
41
 
42
42
  [React Resource Calendar with Editable Columns (Open-Source)](https://code.daypilot.org/62447/react-resource-calendar-open-source)
43
43
  How to use the open-source React resource calendar component to create a scheduling application for multiple groups of resources (locations, people, tools). Add a date picker and next/previous buttons that let users change the visible date.
44
44
 
45
45
  ### React Calendar with Date Picker
46
46
 
47
- ![React Calendar with Date Picker](https://static.daypilot.org/npm/202207/react-calendar-with-date-picker.png)
47
+ [![React Calendar with Date Picker](https://static.daypilot.org/npm/202207/react-calendar-with-date-picker.png)](https://code.daypilot.org/10750/react-calendar-with-date-picker-open-source)
48
48
 
49
49
  [React Calendar with Date Picker (Open-Source)](https://code.daypilot.org/10750/react-calendar-with-date-picker-open-source)
50
50
  How to use a popup date picker to select a date displayed by the React Calendar component.