Open nvt001 opened 3 years ago
I have added the waiting for users upvotes
tag. I'm closing the issue as we are not sure enough people are looking for such capability. So please upvote this issue if you are. We will prioritize our effort based on the number of upvotes.
+1
I hope this gets worked on 😉
After 2 years of awaiting 👍 this has 38 votes now. What constitutes as enough?
If you are landing on this GitHub issue and have a specific idea in mind for what the horizontal orientation should look like, please share pictures. It will help create the right solution.
I am currently partially achieving the desired effect with the following:
const useStyles = makeStyles({
timeline: {
transform: "rotate(90deg)"
},
timelineContentContainer: {
textAlign: "left"
},
timelineContent: {
display: "inline-block",
transform: "rotate(-90deg)",
textAlign: "center",
minWidth: 50
},
timelineIcon: {
transform: "rotate(-90deg)"
}
});
Please add this guys, how can we not have a horizontal timeline component ..
@oliviertassinari Here's a screenshot of how I have it working with my style changes I noted previously:
Enough now?
Please, it would be really useful
The horizontal stepper resembles the horizontal timeline needed, and @gudlyf's component here appears more like a stepper.
Is it possible to have horizontal timeline elements as well along with vertical ones