UNPKG
react-tag-suggest
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.1
Tag auto suggest
github.com/tjunghans/react-tag-suggest
tjunghans/react-tag-suggest
react-tag-suggest
/
public
/
index.html
12 lines
(11 loc)
•
228 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype
html
>
<
html
>
<
head
>
<
title
>
tag-suggest
</
title
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"style.css"
/>
</
head
>
<
body
>
<
div
id
=
"content"
>
</
div
>
<
script
src
=
"bundle.js"
>
</
script
>
</
body
>
</
html
>