UNPKG

react-horizontal-timeline

Version:
29 lines (28 loc) 588 B
<!doctype 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 !important; background-color: #f8f8f8 !important; font-size: 0.8rem !important; } a { text-decoration: none !important; } .dot-label { color: #383838; } .resize-sensor { opacity: 0; } </style> </head> <body> <div id="content"></div> <script src="./all.js"></script> </body> </html>