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

200
Views
¿Cómo puedo mostrar una ventana emergente cuando hago clic en un botón usando reaccionar?

¿Cómo puedo mostrar un contenedor emergente cuando hago clic en un botón usando reaccionar. Estoy creando una página Encuéntrame y me gustaría mostrar una ventana emergente específica para las opciones que selecciono usando reaccionar

 import React from 'react'; import { SubHeading } from '../../components' import { images } from '../../constants' import './FindUs.css' import Select from 'react-select'; const options = [ { value: 'lagos', label: 'Lagos' }, { value: 'kwara', label: 'Kwara' }, { value: 'abuja', label: 'Abuja' }, { value: 'imo', label: 'Imo' }, { value: 'kano', label: 'Kano' }, ] const FindUs = () => ( <div className="app__findus flex__center section__padding"> <div className="app__findus-text"> <h1 className="headtext__cormorant"> Enjoy tasty meal wherever you are... </h1> <SubHeading title="Find us" /> <div className="app__findus-dropdown"> <Select options={options} placeholder="Select state" /> <button className="custom__button"> View Outlets </button> </div> </div> <div className="app__findus-img"> <img src={images.side} alt="side" /> </div> </div> ); export default FindUs;
about 4 years ago · Santiago Gelvez
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!