Questions tagged [pure-react-carousel]

Tips for how to configure and customize Pure React Carousel, A highly impartial suite of React components that can be assembled by the consumer to create a responsive and aria compliant carousel with almost no limits on DOM structure or CSS styles.

Use this tag to discuss how to use, configure, and style the suite of Pure React Carousel components. Pure React Carousel is a free, open source project. The goal of these React components is to behave like HTML tags. Specifically the suite of table tags like table, th, td, tr, etc. You can create a functional albeit plain looking table with these tags. It's up to you to arrange, configure and style the table.

Pure React Carousel has that same limited scope as the table tags. The carousel components come with minimal styling needed for functionality. It's up to the user to configure and style their carousel components.

This is where this tag is helpful. It allows the developer community to discuss HOW to use their carousel instead of creating issue tickets on github that are essentially usage questions.

19 questions
0
votes
2 answers

pure-react-carousel: all slides visible

Summary I am trying to render some slides and the container the slides exist in does not hide the non-active slides. The result is you can see all slides when only one should be visible. Additionally, The slides render outside of the…
Jonathan Lee
  • 61
  • 1
  • 5
0
votes
0 answers

Pure-React-Carousel Flex box Alignment

I am trying to have some text on the left side and my pure-react-carousel on the right side. The carousel stretches to fill in the width of it's parent. How do I adjust the flexbox to have 50% width without carousel without overflowing on the y…
OG Bobby
  • 51
  • 3
0
votes
1 answer

How to changeClass name of component from library in React?

I need to change one component style from library pure-react-carousel). in the documents said that it could be done by some class name styles of component like below. I know that i have to change this class "carousel__dot--selected" My question is…
volverine
  • 23
  • 1
  • 5
0
votes
2 answers

WithStore: Cannot read property 'state' of undefined (pure-react-carousel)

I use pure-react-carousel library and try to navigate to specific slide by onClick method of my Button. Please explain me how to use setStoreState because I tried to do it by myself (as written in docs) and whole my page where I used it just…
volverine
  • 23
  • 1
  • 5
1
2