material-ui icon indicating copy to clipboard operation
material-ui copied to clipboard

[material-ui][FilledInput] Convert to support CSS extraction

Open mj12albert opened this issue 11 months ago • 3 comments

mj12albert avatar Mar 26 '24 13:03 mj12albert

Netlify deploy preview

https://deploy-preview-41663--material-ui.netlify.app/

packages/material-ui/material-ui.production.min.js: parsed: +0.15% , gzip: +0.06% TextField: parsed: +0.46% , gzip: +0.36% FilledInput: parsed: +0.89% , gzip: +0.61% @material-ui/core: parsed: +0.12% , gzip: +0.07%

Bundle size report

Details of bundle changes (Toolpad) Details of bundle changes

Generated by :no_entry_sign: dangerJS against 2661a30a5c659a2e701d87025c3923a2c72fc022

mui-bot avatar Mar 26 '24 13:03 mui-bot

@siriwatknp At the "Render demos" step, I found that there is no docs/pages/material-ui/react-filled-input, only react-text-field

Would all the components that compose TextField need to be converted first to progress this? 🤔

mj12albert avatar Mar 26 '24 13:03 mj12albert

@siriwatknp At the "Render demos" step, I found that there is no docs/pages/material-ui/react-filled-input, only react-text-field

Would all the components that compose TextField need to be converted first to progress this? 🤔

No need, you can use the react-text-field and check if FilledInput styles has been converted to Pigment, that all. The rest of TextFields will be emotion which should work along side with Pigment

siriwatknp avatar Mar 28 '24 07:03 siriwatknp

This work has been done in another PR.

siriwatknp avatar Jul 31 '24 03:07 siriwatknp