UNPKG
3box-react-hooks
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
React hooks wrapping the 3box API
github.com/raksooo/3box-react-hooks
raksooo/3box-react-hooks
3box-react-hooks
/
example
/
index.html
12 lines
(10 loc)
•
172 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
3box React hooks demo
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
</
body
>
<
script
src
=
"bundle.js"
>
</
script
>
</
html
>