Props for the custom SearchInput component.

Inherits all props from @mui/material/StandardTextFieldProps. This component enhances the default TextField with built-in theming and a customizable start adornment.

interface SearchInputProps {
    startAdornment?: ReactNode;
}

Hierarchy

  • StandardTextFieldProps
    • SearchInputProps

Properties

Properties

startAdornment?: ReactNode

Optional start adornment, such as a search icon or any custom element.