UNPKG
react-whitebox
Version:
latest (0.0.2)
0.0.2
0.0.1
A component to display your errors.
github.com/amannn/react-whitebox
amannn/react-whitebox
react-whitebox
/
examples
/
babel-plugin-react-hot
/
index.html
16 lines
(15 loc)
•
239 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<
html
>
<
head
>
<
title
>
redbox-react example
</
title
>
<
style
>
html
,
body
{
margin
:
0
; }
</
style
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
<
script
src
=
"/static/bundle.js"
>
</
script
>
</
body
>
</
html
>