namespace-ee / react-calendar-timeline

A modern and responsive react timeline component.
MIT License
1.91k stars 613 forks source link

Row padding #888

Open franciscohanna92 opened 1 year ago

franciscohanna92 commented 1 year ago

Hello!

I want to display stacked items next to each other (not vertical margin between them) but have some space between the first and last item from each stack to the horizontal lines of the group row.

image

A possible solution would be to add a prop called groupRowVerticalPadding: number to specify the inner padding of each group row.

This would look something like: image