Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looking for maintaners #160

Closed
leandrowd opened this issue Aug 22, 2017 · 19 comments
Closed

Looking for maintaners #160

leandrowd opened this issue Aug 22, 2017 · 19 comments

Comments

@leandrowd
Copy link
Owner

leandrowd commented Aug 22, 2017

Hey everyone, as you can see, I haven't been able to respond to issues as quickly as I would like. Things are pretty busy and I don't have the time to dedicate to this project for now.

I'm looking for people to help on this. I can help with pull requests, questions and get those interested up to speed in an async way (basically exchanging messages through issues) but I won't be able to contribute any code or do any testing, at least in the coming months.

This component has around 15k downloads per month (from npm), 240+ stars and doesn't need much maintenance, but every now and then there is a bug to fix or a new feature to add or a new piece of documentation to write.

If you are interested, the easiest way to contribute is by submitting pull requests and answering questions from the community.

Thanks and regards

@0xch4z
Copy link

0xch4z commented Aug 23, 2017

I'd love to help out. I'm really trying to find a good OSS project to get some experience out of.

@bogdanned
Copy link

Would love to help out. Ping me at bogdanned32@gmail.com. Best, Bogdan.

@leandrowd
Copy link
Owner Author

Just sent an email to you. cc: @Charliekenney23 @bogdanned

@aarohmankad
Copy link

If you're still looking for maintainers, would love to help out! Just started using this component in production, and it's been a dream to work with.

email: aarohmankad@gmail.com

@leandrowd
Copy link
Owner Author

Hey guys, thanks for expressing interest in helping with this component.

We have a few bugs and feature requests on our issues tab. Feel free to jump on any of them and please assign it to yourself so we don't do the work twice.

Any bugfix or feature added should contain enough tests to prove it's working and prevent regressions.

If you don’t like something or think there is a better way of doing it, please create an issue to justify how it will add value to the users or developers of this component. Usually, a simple pros / cons list will be enough. We can discuss from there.

Feel free to throw in any question or suggestion, I want everyone to feel empowered as an owner of this project.

I've also created a gitter channel (https://gitter.im/react-responsive-carousel/Lobby). I will try to answer messages quickly but I'm afraid it can take a day or 2 sometimes. You can still meet each other there to chat and discuss…

Thanks again and any questions, please let me know.

Cheers,
Leandro

@Trevomatic
Copy link

Hi @leandrowd I'm interested in helping out on at least one of the bugs and have a potential feature request that I could also implement - fade between images. Is this something you'd be interested in me adding to this project?

@leandrowd
Copy link
Owner Author

Hi @Trevomatic, that's great. Welcome!

Feel free to work on any of the bugs and suggest any features that would please you. As per your question, fade between images would be a nice addition.

@kaelxeth
Copy link

Hit me up jaco.ahmad@gmail.com

@leandrowd
Copy link
Owner Author

leandrowd commented Jan 24, 2018 via email

@shafqatalix
Copy link

@jackyef
Copy link
Contributor

jackyef commented Apr 7, 2018

Hey, I'm interested in contributing to this project! If you are still looking for contributors, do hit me up.

@driskell
Copy link
Collaborator

driskell commented Apr 7, 2018

I’m happy too - though I have limited time I can still help reviews and testing and the occasional code

@karthikmunsu
Copy link

Im happie to help and contribute to this project

@leandrowd
Copy link
Owner Author

Hi everyone, the easiest way to help is to start answering issues or submitting pull requests with fixes. After a while, when you feel comfortable contributing, I can make you an official maintainer.

I will close this issue as this gives the impression that I'm coming here to answer everyone and the reality is that stuff is sitting here for weeks unanswered.

@kartikeyb
Copy link

Hi everyone, has anyone worked on RTL support for this carousel?

@denisknk
Copy link

hi, can you tell me how can i get AutoPlay working right after page has been loaded? because now its autoplaying only after my first click on an arrow? Thank you!

@karthikmunsu
Copy link

@denisknk you can set autoPlay to true.

@tsirolnik
Copy link

tsirolnik commented Dec 9, 2019

@kartikeyb I think that a simple solution would be adding something like this -

Adding the prop direction -

direction: PropTypes.oneOf(['ltr', 'rtl']),

// default value
direction: 'ltr'
  • Will add a correct solution when will be found -

I've tried to run it but faced problems which I think that are related to the React version, noted here - #386

@makasanas
Copy link

makasanas commented Dec 23, 2019

Hello I have a doubt in an animation of fade in and out of slider

I use following but it is not working.

<Carousel enterClass="animated fadeIn faster" exitClass="animated fadeOut faster" exitTimeout={400} axis="vertical" showStatus={false} dynamicHeight={true} centerMode={false} centerSlidePercentage={80} showArrows={false} showIndicators={false} showThumbs={false} infiniteLoop={true}>
                        {items}
                    </Carousel>

can anyone please help me out for animating like fade in this link

ReactStoryBook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests