material-ui
material-ui copied to clipboard
[docs][material-ui] Add Number Field component page
closes #19154 closes #44284
Preview: https://deploy-preview-47165--material-ui.netlify.app/material-ui/react-number-field/
For reviewer
For context and decision, see https://mui-org.slack.com/archives/C061V6JNZ9Q/p1762158626169409
- Demonstrate 2 visual design, NumberField and NumberSpinner
- The goal is to let user copy the code and paste into their project (let's not involve CLI code load in this PR)
- Each demo contains 2 files, the core component (for copy) and the demo file (for showing scenarios like error, sizes)
- [x] I have followed (at least) the PR section of the contributing guide.
Netlify deploy preview
Bundle size report
| Bundle | Parsed size | Gzip size |
|---|---|---|
| @mui/material | 0B(0.00%) | 0B(0.00%) |
| @mui/lab | 0B(0.00%) | 0B(0.00%) |
| @mui/system | 0B(0.00%) | 0B(0.00%) |
| @mui/utils | 0B(0.00%) | 0B(0.00%) |
Generated by :no_entry_sign: dangerJS against b0d679fc1a51f4f580af0b773636d948e14b4cc6
@mapache-salvaje ready for review.
Demos look good 👍