1.2.6 • Published 3 years ago

chueasy_react_slider v1.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Chueasy React Slider

demo

https://swnumaster.github.io/chueasy_react_slider/
https://demo.chueasy.com/chueasy_react_slider

How to use

1. Install chueasy_react_slider

    npm install chueasy_react_slider

2. Write code as below:

    import React from 'react';
    import { render } from 'react-dom';
    import ChueasySlider from '../../src';

    let imageList = [
        {url: "https://blog.chueasy.com/wp-content/themes/easyportalpro/images/default/slide1.jpg"},
        {url: "https://blog.chueasy.com/wp-content/themes/easyportalpro/images/default/slide2.jpg"},
        {url: "https://blog.chueasy.com/wp-content/themes/easyportalpro/images/default/slide3.jpg"}
    ];

    const App = () => (
        <ChueasySlider imageList={imageList} />
    );

    render(<App />, document.getElementById("root"));

Change log

v1.2.6 20210711 If the previewer is opened, cannot scroll layers under the previewer

v1.2.5 20210710 Preview an image if click it

v1.2.4 20210706 Adjust the height of the header of Demo in mobile devices Do not display maginfier in mobile devices

v1.2.3 20210611

use local images in the demo
add displaying version in the demo 
1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago