skip to Main Content

Reactjs – Cant send backgroundImage in props

I have a problem to pass the backgroundImage this is my code: Home.js import React from 'react'; import './Home.css'; import AlarmCardInvertida from '../components/AlarmCardInvertida'; function Home() { const alarmCardInvertidaData = [ { background: '../../images/banners/casa01.jpg', }, ]; return ( <> <h2 className='alarm-cards-title'>Funcionalidades…

VIEW QUESTION
Back To Top
Search