UNPKG
react-tether-seb
Version:
latest (0.5.4)
0.5.4
0.5.3
0.5.2
Drop content anywhere on the page.
github.com/souporserious/react-tether
souporserious/react-tether
react-tether-seb
/
example
/
index.html
11 lines
•
184 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
React Tether
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
<
script
src
=
"bundle.js"
>
</
script
>
</
body
>
</
html
>