Code Monkey home page Code Monkey logo

react-carousel-slider's People

Contributors

carr1005 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

react-carousel-slider's Issues

How to display the first carousel element in the left of content area

The default settings displays the first element in the center of the content area

One can see this behavior in the sample you provide here
image

I was expecting a setting to have the first item (1) in the left of content area, like the following:

image

This might also be related with the feature for having a setting to control the "infinite" scroll.

Thanks for having this project.

Slides do not get updates

Once CarouselSlider is rendered, it does not reflect any changes in slides. e.g. You may want to select some slide upon clicking, by giving a border to clicked slide.

Image is not defined

Hi, I try to use your component by using your basic usage

render() {

                        let data = [

                            {
                                "des": "1",
                                "imgSrc": "https://i.imgur.com/7nbAJ0C.jpg"
                            },
                            {
                                "des": "2",
                                "imgSrc": "https://i.imgur.com/pgCzueK.jpg"
                            }
                            {
                                "des": "3",
                                "imgSrc": "https://i.imgur.com/d5aiXJP.jpg"
                            },
                            {
                                "des": "4",
                                "imgSrc": "https://i.imgur.com/L75otV6.jpg"
                            },
                            {
                                "des": "5",
                                "imgSrc": "https://i.imgur.com/qkPMr9D.jpg"
                            }
                        ];
                
                        return  <CarouselSlider slideItems = {data} />;   

                    }

I got an Error

ReferenceError: Image is not defined
/www/node_modules/react-carousel-slider/es/index.js:39:1

I hope you help me with my problem

CSS issue with

I am getting an issue regarding CSS

ERROR in ./node_modules/react-carousel-slider/es/CarouselSlider.css Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type. | .rcs_sliderSet { | width: 100%; | }

Any idea how to solve this?

Circular is ending after some loops

I'm using the lib for an infinity auto-scroll loop carousel. But after some (I think 4) loops, the circular ends and there is no more images, just keep it empty.

Error (400): Missing font family

I dont know if its is the issue but in you carousel slider css
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

it Says : Error (400): Missing font family

I hope you will fix the issue :) thanks

Unexpected token

I have been trying to used the react-carousel-slider in my project and I keep running into this error ... it doesn't seem to work for me even if I downgrade or upgrade the package. Below is the error message:

node_modules/react-carousel-slider/lib/CarouselSlider.css:1
(function (exports, require, module, __filename, __dirname) { .rcs_sliderSet {
^

SyntaxError: Unexpected token .
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10)
at Module._compile (module.js:616:28)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object. (/node_modules/react-carousel-slider/lib/index.js:13:1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.