Saltar al contenido

🎉 Material UI v5 is out! Head to the migration guide to get started.

Plataformas compatibles

Aprende sobre las plataformas que son compatibles por Material-UI. Desde las modernas hasta las viejas.

Navegador

Material-UI es compatible con las versiones más recientes y estables de todos los principales navegadores y plataformas. It also supports Internet Explorer 11. You don't need to provide any JavaScript polyfill as it manages unsupported browser features internally and in isolation.

IE Edge Firefox Chrome Safari Googlebot
11 >= 14 >= 52 >= 49 >= 10

Es fundamental que Material-UI sea compatible con el servicio de renderización web (WRS) utilizado por Googlebot para clasificar el contenido de la página web. WRS regularly updates the rendering engine it uses. Podrás contar con que los componentes de Material-UI sean renderizados sin mayores problemas.

Servidor

Because Material-UI supports server-side rendering, it needs to support the latest, stable releases of Node.js. Where possible, the LTS versions that are in maintenance are supported. However we still support node v8.x. The support of node v8.x will be stopped in Material-UI Version 5. We recommend using node v10.x or newer.

Prefijado de CSS

Be aware that some CSS features require an additional postprocessing step that adds vendor-specific prefixes. These prefixes are automatically added to the client thanks to jss-plugin-vendor-prefixer.

El CSS servido en ésta documentación se procesa con autoprefixer. Puedes utilizar la implementación de ésta documentación como punto de partida e inspiración. Ten en cuenta que ésto tiene implicaciones en el desempeño de la página. It's a must-do for static pages, but it needs to be put in balance with not doing anything when rendering dynamic pages.

React

Material-UI supports the most recent versions of React, starting with ^16.8.0 (the one with the hooks). Have a look at the older versions for backward compatibility.

TypeScript

Material-UI requires a minimum version of TypeScript 3.2.