stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.08k stars 157 forks source link

How to remove vertical line and icons #156

Open Aravindhadol opened 1 year ago

Aravindhadol commented 1 year ago

I just need the demo load more without side line and icon. I tried to remove icon but couldn't remove the icon box shadow.`<VerticalTimelineElement key={index} className="vertical-timeline-element--work" contentStyle={{ borderTop: "1px solid #E3DD95", borderRadius: '0px' }} contentArrowStyle={{ borderRight: '7px solid rgb(33, 150, 243)' }} // iconStyle={{ background: '#fdf6a6', color: '#000' }} // icon={}

` I want output line below image without icon and side line vetical time expected op

mathiaslawson commented 11 months ago

you can set use iconStyle={{ background: '#fdf6a6', color: '#000', display: 'none' }} instead of iconStyle={{ background: '#fdf6a6', color: '#000' }} and for the sideline you can set the propt lineColor for the to lineColor = "transparent"