components
Installation
SKILL.md
MUI Core Components Reference
Input Components
TextField
The most common form input. Wraps FormControl, InputLabel, OutlinedInput/FilledInput/Input,
and FormHelperText in one component.
import TextField from '@mui/material/TextField';
import InputAdornment from '@mui/material/InputAdornment';