✨ 서울대생이 면접 떨어지고 6개월간 삽질하며 정리한 'CS 정리 노트', 지금 무료로 풀립니다!
MUI 까다로운 커스텀 모음
tooltipconst StyledTooltip = styled(({ className, ...props }) => )( ({ theme }) => ({ [`& .MuiTooltip-tooltip`]: { backgroundColor: theme.palette.primary.dark, color: theme.palette.text.primary, fontSize: '13px', boxShadow: theme.shadows[4], padding: theme.spacing(2), }, [`& .MuiTooltip-arrow`]: { color: theme.palette.primary.dark, }, }),)scrollconst S..
2024. 7. 20.