UNPKG
react-iscroll
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
1.1.4
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-beta2
1.0.0-beta1
1.0.0-beta.2
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.4
0.0.3
0.0.2
React component for wrapping iScroll library.
github.com/schovi/react-iscroll
schovi/react-iscroll
react-iscroll
/
example
/
index.html
12 lines
(11 loc)
•
252 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
React IScroll example
</
title
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"example.css"
>
</
head
>
<
body
id
=
"example"
>
<
script
src
=
"example.js"
>
</
script
>
</
body
>
</
html
>