
React Autocomplete component - Material UI
The useAutocomplete hook is also reexported from @mui/material for convenience and backward compatibility.
React Icon Component - Material UI
These components use the Material UI SvgIcon component to render the SVG path for each icon, and so have a peer-dependency on @mui/material. If you aren't already using Material UI in your project, …
Typography - Material UI
declare module '@mui/material/styles' { interface TypographyVariants { poster: React.CSSProperties; } // allow configuration using `createTheme()` interface TypographyVariantsOptions { poster?: …
Next.js integration - Material UI
This option ensures that the styles generated by Material UI will be wrapped in a CSS @layer mui rule, which is overridden by anonymous layer styles when using Material UI with CSS Modules, Tailwind …
FormControl API - Material UI
Import import FormControl from '@mui/material/FormControl'; // or import { FormControl } from '@mui/material';
React Breadcrumbs component - Material UI
MUI › Core › Breadcrumb MUI - Core - Breadcrumb MUI Core Breadcrumb Expand code
ListItemText API - Material UI
Import import ListItemText from '@mui/material/ListItemText'; // or import { ListItemText } from '@mui/material';
Input API - Material UI
Import import Input from '@mui/material/Input'; // or import { Input } from '@mui/material';
Autocomplete API - Material UI
Import import Autocomplete from '@mui/material/Autocomplete'; // or import { Autocomplete } from '@mui/material';
Circular, Linear progress React components - Material UI
Progress indicators commonly known as spinners, express an unspecified wait time or display the length of a process.