react-horizontal-timeline
Version:
A horizontal timeline component made using react
29 lines (28 loc) • 588 B
HTML
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<head>
<meta charset="UTF-8">
<title>React Horizontal Timelinee</title>
<style>
body {
color: #383838 ;
background-color: #f8f8f8 ;
font-size: 0.8rem ;
}
a {
text-decoration: none ;
}
.dot-label {
color: #383838;
}
.resize-sensor {
opacity: 0;
}
</style>
</head>
<body>
<div id="content"></div>
<script src="./all.js"></script>
</body>
</html>