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

493
Views
Material UI Lab v5: ¿Cómo diseñar el calendario DateRangePicker?

Estoy usando el componente DateRangePicker de @mui/lab (v5.0.0-alpha.62) y quiero agregar un borde alrededor del calendario para que se destaque más del fondo. Mi problema es que, dado que es un componente de laboratorio, no parece haber un estilo .Mui_XXXX estándar para anular y el componente no toma accesorios de style o sx ni tiene accesorios de calendarProps para pasar accesorios para el estilo. ¿Alguna forma de hacer esto o soy SOL hasta que el componente se mueva a la biblioteca principal? También probé PaperProps para pasar el estilo directamente al componente de papel como se indica en la documentación, pero el componente no reacciona a nada de lo que agrego en él.

 <LocalizationProvider dateAdapter={AdapterMoment}> <DateRangePicker startText="From date" endText="To date" value={fromToDate} onChange={onToFromDateChange} maxDate={endYesterday} renderInput={(startProps, endProps) => ( <div style={{ display: 'block' }}> <div style={{ marginBottom: '25px', width: '300px' }}> <TextField {...startProps} variant="outlined" fullWidth /> </div> <div style={{ marginBottom: '25px', width: '300px' }}> <TextField {...endProps} variant="outlined" fullWidth /> </div> </div> )} /> </LocalizationProvider>
about 4 years ago · Juan Pablo Isaza
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!