본문 바로가기

REACT/간단정리

[React] styled-component 에서 colspan, rowspan 사용하기

import styled from "styled-components";

 

.............

 

<Title colSpan={7}>{data.title}</Title>

 

.............

 

const Title = styled.th`

  font-size: 30px;

`;

'REACT > 간단정리' 카테고리의 다른 글

[React]WYSIWYG toast-ui editor 사용하기  (2) 2020.05.22
[React] React-route 간단정리  (0) 2020.03.30