Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

material ui outlined input with icon

endAdornment = {
        <InputAdornment position="start">
          <AccountCircle />
        </InputAdornment>
}
// Or there can be a start Adornment, depending on your requirement
startAdornment = {
        <InputAdornment position="start">
          <AccountCircle />
        </InputAdornment>
}
// Dont forget to import the required MUI modules and icons from the pack
 
PREVIOUS NEXT
Tagged: #material #ui #outlined #input #icon
ADD COMMENT
Topic
Name
5+4 =