UNPKG
@rolltrax/bs-react-dates
Version:
latest (1.0.0)
1.0.0
0.0.13
Reason bindings for react-dates
github.com/ahrefs/bs-react-dates
ahrefs/bs-react-dates
@rolltrax/bs-react-dates
/
examples
/
build
/
index.html
13 lines
(11 loc)
•
212 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
/>
<
title
>
ReasonReact Examples
</
title
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
<
script
src
=
"Index.js"
>
</
script
>
</
body
>
</
html
>