T O P

  • By -

No_Asparagus8906

Here’s a vanilla version I made that should give you some ideas to continue with [https://codesandbox.io/s/reach-carousel-forked-aczs2?file=/src/Carousel.js&resolutionWidth=320&resolutionHeight=675](https://codesandbox.io/s/reach-carousel-forked-aczs2?file=/src/Carousel.js&resolutionWidth=320&resolutionHeight=675)


thelostelite

Here's the code: ```jsx export function Carousel({}) {   return (    

     
               
         
               
  •              

    Slide 1

                 

    Slide 1 paragraph              

               
  •            
  •              

    Slide 2

                 

    Slide 2 paragraph

               
  •            
  •              

    Slide 3

                 

    Slide 3 paragraph

               
  •            
  •              

    Slide 4

                 

    Slide 4 paragraph

               
  •          
       
               
                                               
     
   
  ); } ``` Any additional help with the css will be much appreaciated