namespace-ee / react-calendar-timeline

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

Style horizontal line per hour ? #926

Open samuk190 opened 3 months ago

samuk190 commented 3 months ago

image I want to stylize my react calendar timelnie like this, but the horizontal border is unique per group

const horizontalLineClassNamesForGroup = (group) => {

so I dont have access to each horizontal line, only one entire per group, and I want stylize each one separately.