dodomProj / dodom_front

DODOM, 은둔형 청년들을 위한 전문 헬핑 플랫폼
0 stars 1 forks source link

도돔이 처음이라면 (컴포넌트화) 구현 #9

Closed chasj0326 closed 1 year ago

chasj0326 commented 1 year ago

사용할 때 감싸는 요소에 원하는 높이 주기 textBoxData에서 원하는 props 가져와서 넣기

import { firstDodom } from 'textBoxData';
/* Container에 높이주기  */
<Container>
    <TextBox {...firstDodom} />
<Container/>