rcdexta / react-event-timeline

A responsive event timeline in React.js
https://rcdexta.com/react-event-timeline
MIT License
536 stars 56 forks source link

container box background color api? #34

Closed whileLooper closed 5 years ago

whileLooper commented 5 years ago

is there any way to change container box background color from the default white to any custom color?

rcdexta commented 5 years ago

you can pass style props to TimelineEvent to customize the appearance of the card object

Example here: https://github.com/rcdexta/react-event-timeline/blob/master/stories/App.story.js#L160-L165