UNPKG
react-components-calendar
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Calendar component for ReactJS
github.com/simbawu610/react-calendar
simbawu610/react-calendar
react-components-calendar
/
index.html
12 lines
•
246 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
>
<
title
>
React Calendar
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
<
script
src
=
"/build/app.js"
>
</
script
>
</
body
>
</
html
>