React-big-calendar: Ability to add an image to events

Created on 30 Nov 2018  路  2Comments  路  Source: jquense/react-big-calendar

We would like to be able to display an image (user's avatar) alongside a string event.title. Perhaps it could be event.image?

Most helpful comment

you can use titleAccessor to return more than a string i believe. the calendar should render whatever you return

All 2 comments

Or event.title would be able to have the type string or JSX to allow multiple use cases?

you can use titleAccessor to return more than a string i believe. the calendar should render whatever you return

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mathieusanchez picture mathieusanchez  路  4Comments

zhming0 picture zhming0  路  3Comments

npalansky picture npalansky  路  3Comments

Hector26 picture Hector26  路  3Comments

jgautsch picture jgautsch  路  3Comments