Open links in new tab
  1. React Autocomplete component - Material UI

    The useAutocomplete hook is also reexported from @mui/material for convenience and backward compatibility.

  2. 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, …

  3. Typography - Material UI

    declare module '@mui/material/styles' { interface TypographyVariants { poster: React.CSSProperties; } // allow configuration using `createTheme()` interface TypographyVariantsOptions { poster?: …

  4. 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 …

  5. FormControl API - Material UI

    Import import FormControl from '@mui/material/FormControl'; // or import { FormControl } from '@mui/material';

  6. React Breadcrumbs component - Material UI

    MUI › Core › Breadcrumb MUI - Core - Breadcrumb MUI Core Breadcrumb Expand code

  7. ListItemText API - Material UI

    Import import ListItemText from '@mui/material/ListItemText'; // or import { ListItemText } from '@mui/material';

  8. Input API - Material UI

    Import import Input from '@mui/material/Input'; // or import { Input } from '@mui/material';

  9. Autocomplete API - Material UI

    Import import Autocomplete from '@mui/material/Autocomplete'; // or import { Autocomplete } from '@mui/material';

  10. 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.