UNPKG
react-click-outside-component
Version:
latest (1.1.1)
1.1.1
1.1.0
ClickOutside component for React
react-click-outside-component
/
example
/
index.html
13 lines
(12 loc)
•
235 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
Example
</
title
>
<
link
rel
=
"stylesheet"
href
=
"style.css"
>
</
head
>
<
body
>
<
div
id
=
"content"
>
</
div
>
<
script
src
=
"bundle.js"
>
</
script
>
</
body
>
</
html
>