UNPKG
iput
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
an IP input component like windows
github.com/lizheming/iput
lizheming/iput
iput
/
example
/
index.html
12 lines
(11 loc)
•
186 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
lang
=
"zh-CN"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
IPut Example
</
title
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
<
script
src
=
"main.js"
>
</
script
>
</
body
>
</
html
>