styled component css props

나의 재물운? 연애운은?

AI가 봐주는 내 사주팔자 - 운세박사

https://aifortunedoctor.com/

styled component css props

영리치 0 1,224 2022.11.22 12:27
interface CardHeaderImageProps {
avatar?: any;
thumbnail?: any;
}

const CardHeaderImage = styled.div<CardHeaderImageProps>`
background-size: cover;
background-position: center;
${(props: CardHeaderProps) =>
props.thumbnail &&
css`
width: 60px;
height: 60px;
border-radius: 5px;
background-image: url(${(props: CardHeaderProps) => props.thumbnail});
`}
${(props: CardHeaderProps) =>
props.avatar &&
css`
width: 50px;
height: 50px;
margin: 4px 0px;
border-radius: 25px;
background-image: url(${(props: CardHeaderProps) => props.avatar});
`}
`;

Comments

나의 재물운? 연애운은?

AI가 봐주는 내 사주팔자 - 운세박사

https://aifortunedoctor.com/

Category
Magazine
훈남/훈녀
 
 
 
상점
Facebook Twitter GooglePlus KakaoStory NaverBand