Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to remove vertical line and icons #156

Open
Aravindhadol opened this issue Mar 2, 2023 · 1 comment
Open

How to remove vertical line and icons #156

Aravindhadol opened this issue Mar 2, 2023 · 1 comment

Comments

@Aravindhadol
Copy link

Aravindhadol commented Mar 2, 2023

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={<SpeakerNotesOutlinedIcon />} >
I want output line below image without icon and side line
vetical time expected op

@mathiaslawson
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants