Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

257
Views
Mis costuras del deslizador de imagen simple de reacción no funcionan | ReaccionarJS

Tengo problemas con este componente de Reactjs. He importado e instalado el componente, escriba el código necesario. Pero apareció con un control deslizante negro Aquí está el código que importé:

 import React from "react"; import "./Banner.css"; import SimpleImageSlider from "react-simple-image-slider"; const image = [ { url: "./banner1.png" }, { url: "./banner2.png" }, ]; const Banner = () => { return ( <> <SimpleImageSlider width={1920} height={1080} images={image} style={Banner.css} slideDuration={1} navStyle={1} showBullets Shownavs /> </> ) } export default Banner

Así es como se muestra

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

***Import like this it will work*** import image1 from './image1.jpg'; import image2 from './image2.jpg'; import image3 from './image3.jpg' const image = [ { url: image1 }, { url: image2 }, { url: image3 } ];
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!