Skip to content

Commit a81f9c2

Browse files
authored
Update README.md
1 parent de75324 commit a81f9c2

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ See the list of elements, demos, and documentation by browsing this collection o
3737
## Customization of look and feel
3838

3939
By default you have two general options
40+
4041
a. material-calendar
42+
4143
b. classic-calendar
4244

4345
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
5860
This custom element provides you two generic ways that again can be further customized
5961

6062
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+
6164
b. By providing an array of data. (Calendar events, appointments, meetings, reminders etc.)
6265

6366
### CRUD operations
6467
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.
6568

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.
76+
77+
a. User selected a date (date-select)
78+
79+
b. User selected an event (event-select)
6980

7081
<!---
7182
```

0 commit comments

Comments
 (0)