UNPKG
react-slider-light
Version:
latest (4.2.0)
4.2.0
4.1.1
4.1.0
4.0.1
3.1.0
3.0.1
2.0.3
2.0.2
2.0.1
1.0.2
1.0.1
1.0.0
a light easy slider for react
github.com/951565664/react-slider-light
951565664/react-slider-light
react-slider-light
/
example
/
components
/
exampleCode
/
index.js
16 lines
(9 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import
React
, {
Component
}
from
'react'
export
default
class
ExampleCode
extends
Component
{
render
(
) {
return
(
<
div
>
</
div
>
) } }