UNPKG
react-timeline-component
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
SVG Timeline built in react. For showing dates on a line.
react-timeline-component
/
index.html
12 lines
•
280 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
My project
</
title
>
</
head
>
<
body
>
<
div
id
=
"AppComponent-container"
>
</
div
>
<!-- <script src="http://localhost:8080/webpack-dev-server.js"></script> -->
<
script
src
=
"bundle.js"
>
</
script
>
</
body
>
</
html
>