Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

rounded image mui

import { Stack, Avatar } from '@mui/material';

export default function ImageAvatars() {
  return (
    <Stack direction="row" spacing={2}>
      <Avatar
        alt="https://bilalahmed-dev.azeemlab.com/"
        src="/static/images/avatar/1.jpg"
        sx={{ width: 56, height: 56 }}
      />
    </Stack>
  );
}
Comment

PREVIOUS NEXT
Code Example
Typescript :: class example in typescript 
Typescript :: Convert dataset to list of objects c# 
Typescript :: c# copy the elements of a list to another list 
Typescript :: footer credits with jquery date time 
Typescript :: puts ruby example 
Typescript :: npm run serve https 
Typescript :: typescript decorators 
Typescript :: typescript if statement 
Typescript :: what are google extensions 
Typescript :: admin_enqueue_scripts specific page 
Typescript :: make foreign key sql in exists row 
Typescript :: typescript loop over enum 
Typescript :: typescript array of objects 
Typescript :: learn typescript 
Typescript :: calling contract method 
Typescript :: git squash commits on branch 
Typescript :: typescript object key as enum 
Typescript :: accessing formcontrol from fromgroup 
Typescript :: wc term_exists category 
Typescript :: cra ts pwa 
Typescript :: react tailwind css components npm 
Typescript :: ipywidgets hide widget 
Typescript :: make a type in typescript 
Typescript :: typescript string concatenation best practice 
Typescript :: compare two lists and find at least one equal python 
Typescript :: Interface with custom property name type 
Typescript :: typescript to java converter 
Typescript :: c# merge two lists different types 
Typescript :: world-times-newspaper-magazine-style-ghost-blog-theme 
Typescript :: display moment in format dd/mm/yy only last two digits of year 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =