[Material UI] Typography vertical center 정렬
2020. 12. 25. 15:24ㆍJavaScript/React
Typography
수직 가운데 정렬
<Typography
style={{ verticalAlign: "middle" }}>
'JavaScript > React' 카테고리의 다른 글
why state change dosen't (not) re render child component (0) | 2021.01.17 |
---|---|
[Material UI] react-slick Slide 이미지 dot customize (0) | 2020.12.29 |
[React] GraphQL + React + fetchMore infinite Scroll 페이지네이션 (0) | 2020.12.26 |
[React Error] React limits the number of nested updates to prevent infinite loops. (0) | 2020.09.06 |
Reducer에서 Json의 특정 Key값을 지우는 방법 (0) | 2020.08.31 |