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
/
main.jsx
9 lines
(7 loc)
•
154 B
JSX
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
'react'
;
import
ReactDOM
from
'react-dom'
;
import
IPut
from
'../src'
;
ReactDOM
.
render
(
<
IPut
/>
,
document
.
getElementById
(
'app'
) );