You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,9 @@ See the list of elements, demos, and documentation by browsing this collection o
37
37
## Customization of look and feel
38
38
39
39
By default you have two general options
40
+
40
41
a. material-calendar
42
+
41
43
b. classic-calendar
42
44
43
45
Once you decide you general look and feel then you can further customize the details, e.g. if you chose a Material Design look and feel and you want to change the width, hight, color etc. you can do that with the provided API.
@@ -58,14 +60,23 @@ Of course if you cannot provide you own data then why even use a third party com
58
60
This custom element provides you two generic ways that again can be further customized
59
61
60
62
a. Data Through firebase custom element (Please see our firebase custom element that can be combined with this element to enable your data interaction from firebase
63
+
61
64
b. By providing an array of data. (Calendar events, appointments, meetings, reminders etc.)
62
65
63
66
### CRUD operations
64
67
Our custom element provides a way to hook your CRUD operations into our calendar, it provides a number of API hooks/events to notify you about an operation that is performed on a certain event.
65
68
66
-
a. Add Event (use this for adding an event, meeting, appointment, reminder etc)
67
-
b. Update Event
68
-
c. Delete Event
69
+
a. Add Event (event-add) use this for adding an event, meeting, appointment, reminder etc
70
+
71
+
b. Update Event (event-edit)
72
+
73
+
c. Delete Event (event-delete)
74
+
75
+
In addition two other events could be subscribed to notify you about the date or event selection. If a user taps of a date or if a user taps a certain events within a date.
0 commit comments