UNPKG
react-chips-devitjobs
Version:
latest (0.8.2)
0.8.2
0.8.1
A flexible and easy to use Chips component for React
github.com/Vrq/react-chips
Vrq/react-chips
react-chips-devitjobs
/
index.html
13 lines
(12 loc)
•
282 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"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
>
<
title
>
React Component Skeleton
</
title
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
<
script
src
=
"site/bundle.js"
>
</
script
>
</
body
>
</
html
>