Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
effordDev committed Apr 21, 2022
1 parent cdb39d1 commit 1bc227c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

Provides a ```<isExposed>false</isExposed>``` that loads the FullCalendar static resources and displays a calendar. This component is capable of rendering events on any custom object along with standard objects like ```event```.

## Public Methods
```setEvents``` is a public method that takes in formatted events, and renders them to the calendar. By defualt the function will remove the current events and render the new ones.
```ruby
@api setEvents(events)
```

## Views
The calendar provides multiple views in order to display the events.

Expand Down

0 comments on commit 1bc227c

Please sign in to comment.